changeset 13897:66a5a281cd30

ftoastr: comment fix * lib/ftoastr.c: "little" -> "little or no" in comment
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 25 Nov 2010 23:47:38 -0800
parents 797104221927
children 9e1ca99d049e
files ChangeLog lib/ftoastr.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+	ftoastr: comment fix
+	* lib/ftoastr.c: "little" -> "little or no" in comment
+
 2010-11-24  Paul Eggert  <eggert@cs.ucla.edu>
 
 	stdint: port to GCC 4.3 + OSX + Octave
--- 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