ftoastr: comment fix
[gnulib.git] / lib / ftoastr.c
index 41b5aed..6c5ea57 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