From 6d9b42b4862ca331b22065d875de9cad9da72658 Mon Sep 17 00:00:00 2001 From: brucec Date: Mon, 21 Feb 2011 09:01:34 +0000 Subject: Fix typos - remove duplicate "the". PR: bin/154928 Submitted by: Eitan Adler MFC after: 3 days --- lib/libc/arm/gen/modf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/arm/gen/modf.c') diff --git a/lib/libc/arm/gen/modf.c b/lib/libc/arm/gen/modf.c index 347090c..cb5aeac 100644 --- a/lib/libc/arm/gen/modf.c +++ b/lib/libc/arm/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 -- cgit v1.1