From 4b2292e0492fd88c81e3543330796607765dddb9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 21 Jun 2012 08:58:33 -0700 Subject: [PATCH] Fix misspellings in comments. --- lib/stdio-read.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.11.0