changeset 16927:849fe7deed28

Fix misspellings in comments.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 21 Jun 2012 08:58:33 -0700
parents 9e800db3ffe6
children 5ae6e7d59a53
files lib/stdio-read.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib/stdio-read.c	Thu Jun 21 12:39:37 2012 +0200
+++ b/lib/stdio-read.c	Thu Jun 21 08:58:33 2012 -0700
@@ -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 @@
 }
 #  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 @@
 }
 #  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 @@
 }
 #  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