From 21ccf3c7f2319147fcb2e62aa423c33a6603e875 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 27 Jun 2020 03:14:43 +0200 Subject: [PATCH] tmpfile: Fix a typo. * lib/tmpfile.c: Fix a typo. --- lib/tmpfile.c | 4 ++-- 1 file 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 #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 -- 2.39.5