From: Paul Eggert Date: Thu, 21 Jun 2012 15:58:33 +0000 (-0700) Subject: Fix misspellings in comments. X-Git-Tag: v0.1~601 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=4b2292e0492fd88c81e3543330796607765dddb9;p=gnulib.git Fix misspellings in comments. --- diff --git a/lib/stdio-read.c b/lib/stdio-read.c index 8f3e94529..4de119173 100644 --- a/lib/stdio-read.c +++ b/lib/stdio-read.c @@ -72,7 +72,7 @@ return ret; \ } -/* Enable this function definition only of gnulib's has prepared it. +/* Enable this function definition only if gnulib's has prepared it. Otherwise we get a function definition conflict with mingw64's . */ # if GNULIB_SCANF int @@ -89,7 +89,7 @@ scanf (const char *format, ...) } # endif -/* Enable this function definition only of gnulib's has prepared it. +/* Enable this function definition only if gnulib's has prepared it. Otherwise we get a function definition conflict with mingw64's . */ # if GNULIB_FSCANF int @@ -106,7 +106,7 @@ fscanf (FILE *stream, const char *format, ...) } # endif -/* Enable this function definition only of gnulib's has prepared it. +/* Enable this function definition only if gnulib's has prepared it. Otherwise we get a function definition conflict with mingw64's . */ # if GNULIB_VSCANF int @@ -116,7 +116,7 @@ vscanf (const char *format, va_list args) } # endif -/* Enable this function definition only of gnulib's has prepared it. +/* Enable this function definition only if gnulib's has prepared it. Otherwise we get a function definition conflict with mingw64's . */ # if GNULIB_VFSCANF int