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 8f3e945..4de1191 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