From: Bruno Haible Date: Sun, 20 May 2007 08:10:08 +0000 (+0000) Subject: Typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8b06eb59535b46eac27714633b216496661e5fd;p=pspp Typo in comment. --- diff --git a/lib/float_.h b/lib/float_.h index 78abba7eeb..9b2ddaa6ed 100644 --- 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. */