summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-06-27 03:14:43 +0200
committerBruno Haible <bruno@clisp.org>2020-06-27 03:14:43 +0200
commit21ccf3c7f2319147fcb2e62aa423c33a6603e875 (patch)
treee4caed244bfc5af10ae5f8ce5201b0d79a07914e /lib
parentd4eef51732de47e1b76253deb65789fb0f0df414 (diff)
downloadgnulib-21ccf3c7f2319147fcb2e62aa423c33a6603e875.tar.gz
tmpfile: Fix a typo.
* lib/tmpfile.c: Fix a typo.
Diffstat (limited to 'lib')
-rw-r--r--lib/tmpfile.c4
1 files changed, 2 insertions, 2 deletions
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 <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