ftoastr: comment fix
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Nov 2010 07:47:38 +0000 (23:47 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Nov 2010 07:47:55 +0000 (23:47 -0800)
* lib/ftoastr.c: "little" -> "little or no" in comment

ChangeLog
lib/ftoastr.c

index 8dd51e6403d924a10b5f1a54e204ec82c1de33ca..ef8ca49c9853c08996997de5ae9d2f26158e9866 100644 (file)
--- 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
index 41b5aed45deee48ca59d41f2817caaed05719ac4..6c5ea574c33f113ff0fb886bd6eba6db2d0df4c4 100644 (file)
@@ -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