]> Savannah Git Hosting - gnulib.git/commitdiff
tmpfile: Fix a typo.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Jun 2020 01:14:43 +0000 (03:14 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 27 Jun 2020 01:14:43 +0000 (03:14 +0200)
* lib/tmpfile.c: Fix a typo.

lib/tmpfile.c

index 667c0f234ec029d20c84d0972b337d804641c098..bdabe27d4b59e4a85a53af41ac7169bff0f5b5b8 100644 (file)
@@ -25,7 +25,7 @@
 #include <stdbool.h>
 
 #if defined _WIN32 && ! defined __CYGWIN__
-/* A native Windows platforms.  */
+/* A native Windows platform.  */
 
 # include <fcntl.h>
 # include <string.h>
@@ -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