From b09cb6b027d3f97b34e3bb0308e337d161cc2ed3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 25 Nov 2010 23:47:38 -0800 Subject: [PATCH] ftoastr: comment fix * lib/ftoastr.c: "little" -> "little or no" in comment --- ChangeLog | 5 +++++ lib/ftoastr.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.30.2