changeset 8856:784991232215

Typo in comment.
author Bruno Haible <bruno@clisp.org>
date Sun, 20 May 2007 08:10:08 +0000
parents 84be2134de13
children 61fd30fa9b3f
files lib/float_.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/float_.h
+++ b/lib/float_.h
@@ -30,7 +30,7 @@
 /* Number of mantissa units, in base FLT_RADIX.  */
 # undef LDBL_MANT_DIG
 # define LDBL_MANT_DIG   64
-/* Number of decimal digits that sufficient for representing a number.  */
+/* Number of decimal digits that is sufficient for representing a number.  */
 # undef LDBL_DIG
 # define LDBL_DIG        18
 /* x-1 where x is the smallest representable number > 1.  */