ftoastr: comment fix
[pspp] / lib / ftoastr.c
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