]> Savannah Git Hosting - gnulib.git/commitdiff
Fix misspellings in comments.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Jun 2012 15:58:33 +0000 (08:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Jun 2012 15:58:33 +0000 (08:58 -0700)
lib/stdio-read.c

index 8f3e94529f2077c8a5b971ac6a8c2ba85ef1bda0..4de119173c8b4b3b3517e0c850ba15002fa5e6b0 100644 (file)
@@ -72,7 +72,7 @@
       return ret;                                                             \
     }
 
-/* Enable this function definition only of gnulib's <stdio.h> has prepared it.
+/* Enable this function definition only if gnulib's <stdio.h> has prepared it.
    Otherwise we get a function definition conflict with mingw64's <stdio.h>.  */
 #  if GNULIB_SCANF
 int
@@ -89,7 +89,7 @@ scanf (const char *format, ...)
 }
 #  endif
 
-/* Enable this function definition only of gnulib's <stdio.h> has prepared it.
+/* Enable this function definition only if gnulib's <stdio.h> has prepared it.
    Otherwise we get a function definition conflict with mingw64's <stdio.h>.  */
 #  if GNULIB_FSCANF
 int
@@ -106,7 +106,7 @@ fscanf (FILE *stream, const char *format, ...)
 }
 #  endif
 
-/* Enable this function definition only of gnulib's <stdio.h> has prepared it.
+/* Enable this function definition only if gnulib's <stdio.h> has prepared it.
    Otherwise we get a function definition conflict with mingw64's <stdio.h>.  */
 #  if GNULIB_VSCANF
 int
@@ -116,7 +116,7 @@ vscanf (const char *format, va_list args)
 }
 #  endif
 
-/* Enable this function definition only of gnulib's <stdio.h> has prepared it.
+/* Enable this function definition only if gnulib's <stdio.h> has prepared it.
    Otherwise we get a function definition conflict with mingw64's <stdio.h>.  */
 #  if GNULIB_VFSCANF
 int