diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-21 09:01:34 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-21 09:01:34 +0000 |
| commit | 6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410 (patch) | |
| tree | 1f08a200604ea39c38fc67b8558b5638a6dfba0d /lib/libc/powerpc/gen | |
| parent | ade7b47061ff5015b869ce84896d2381e8bb9799 (diff) | |
Notes
Diffstat (limited to 'lib/libc/powerpc/gen')
| -rw-r--r-- | lib/libc/powerpc/gen/modf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/powerpc/gen/modf.c b/lib/libc/powerpc/gen/modf.c index 37786dc1e19b..612c5067b38e 100644 --- a/lib/libc/powerpc/gen/modf.c +++ b/lib/libc/powerpc/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 |
