# HG changeset patch # User Paul Eggert # Date 1290757658 28800 # Node ID 66a5a281cd30472f79e6bf42aedd8fbd5f6eb844 # Parent 7971042219278a44abf5182a4ddeaa7312806d52 ftoastr: comment fix * lib/ftoastr.c: "little" -> "little or no" in comment diff --git a/ChangeLog b/ChangeLog --- 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 --- 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