summaryrefslogtreecommitdiff
path: root/src/get_flt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/get_flt.c')
-rw-r--r--src/get_flt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/get_flt.c b/src/get_flt.c
index f6a761ca9..82c02e86e 100644
--- a/src/get_flt.c
+++ b/src/get_flt.c
@@ -124,7 +124,7 @@ mpfr_get_flt (mpfr_srcptr src, mpfr_rnd_t rnd_mode)
if (negative)
dd = -dd;
- /* convert (exacly) to float */
+ /* convert (exactly) to float */
d = (float) dd;
}