From: nhmall Date: Sat, 29 Jan 2022 14:36:09 +0000 (-0500) Subject: fix a comment typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4db0afe78502ffa343a9b5f3055077b01d80dc45;p=nethack fix a comment typo --- 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