From: Paul Eggert Date: Fri, 26 Nov 2010 07:47:38 +0000 (-0800) Subject: ftoastr: comment fix X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b09cb6b027d3f97b34e3bb0308e337d161cc2ed3;p=pspp ftoastr: comment fix * lib/ftoastr.c: "little" -> "little or no" in comment --- diff --git a/ChangeLog b/ChangeLog index 8dd51e6403..ef8ca49c98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-11-25 Paul Eggert + + ftoastr: comment fix + * lib/ftoastr.c: "little" -> "little or no" in comment + 2010-11-24 Paul Eggert stdint: port to GCC 4.3 + OSX + Octave diff --git a/lib/ftoastr.c b/lib/ftoastr.c index 41b5aed45d..6c5ea574c3 100644 --- a/lib/ftoastr.c +++ b/lib/ftoastr.c @@ -66,7 +66,7 @@ /* On hosts where it's not known that snprintf works, use sprintf to implement the subset needed here. Typically BUFSIZE is big enough - and there's little performance hit. */ + and there's little or no performance hit. */ #if ! GNULIB_SNPRINTF_POSIX # undef snprintf # define snprintf ftoastr_snprintf