From 4db0afe78502ffa343a9b5f3055077b01d80dc45 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 29 Jan 2022 09:36:09 -0500 Subject: [PATCH] fix a comment typo --- sys/windows/Makefile.mingw32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/windows/Makefile.mingw32 b/sys/windows/Makefile.mingw32 index 9ae38be95..25c8e69c3 100644 --- a/sys/windows/Makefile.mingw32 +++ b/sys/windows/Makefile.mingw32 @@ -204,7 +204,7 @@ cc = i686-w64-mingw32-gcc.exe ld = i686-w64-mingw32-gcc.exe rc = windres --target=pe-i386 # the mingw version on our CI is missing -# windef.h. This will cause the Makefile.mingw32 +# winres.h. This will cause the Makefile.mingw32 # to put a temporary copy into one of our folders # that windres is already looking in. MISSING_HEADER = Y