From: Bruno Haible Date: Sat, 27 Jun 2020 01:14:43 +0000 (+0200) Subject: tmpfile: Fix a typo. X-Git-Tag: v1.0~3961 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=21ccf3c7f2319147fcb2e62aa423c33a6603e875;p=gnulib.git tmpfile: Fix a typo. * lib/tmpfile.c: Fix a typo. --- diff --git a/lib/tmpfile.c b/lib/tmpfile.c index 667c0f234e..bdabe27d4b 100644 --- a/lib/tmpfile.c +++ b/lib/tmpfile.c @@ -25,7 +25,7 @@ #include #if defined _WIN32 && ! defined __CYGWIN__ -/* A native Windows platforms. */ +/* A native Windows platform. */ # include # include @@ -50,7 +50,7 @@ used on native Windows and Android. */ #if defined _WIN32 && ! defined __CYGWIN__ -/* A native Windows platforms. */ +/* A native Windows platform. */ /* Don't assume that UNICODE is not defined. */ # undef OSVERSIONINFO