* lib/ftoastr.c: "little" -> "little or no" in comment
+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
/* 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