diff options
Diffstat (limited to 'lib/libc/powerpc64/gen/modf.c')
-rw-r--r-- | lib/libc/powerpc64/gen/modf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/powerpc64/gen/modf.c b/lib/libc/powerpc64/gen/modf.c index 37786dc..612c506 100644 --- a/lib/libc/powerpc64/gen/modf.c +++ b/lib/libc/powerpc64/gen/modf.c @@ -86,7 +86,7 @@ modf(val, iptr) * If you look at the math involved for a few seconds, it's * plain to see that the integral part is the input, with the * low (DBL_FRACBITS - (exponent - DBL_EXP_BIAS)) bits zeroed, - * the the fractional part is the part with the rest of the + * the fractional part is the part with the rest of the * bits zeroed. Just zeroing the high bits to get the * fractional part would yield a fraction in need of * normalization. Therefore, we take the easy way out, and |