From: nhmall Date: Wed, 3 Feb 2021 14:42:59 +0000 (-0500) Subject: wording fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24c829ecf71f5a2ad2bfc70540c82bb9e4b9d366;p=nethack wording fix --- diff --git a/win/Qt/qt_post.h b/win/Qt/qt_post.h index e791ce622..7cfcdb42a 100644 --- a/win/Qt/qt_post.h +++ b/win/Qt/qt_post.h @@ -10,6 +10,6 @@ #pragma clang diagnostic pop #elif defined(__GNUC__) && defined(__cplusplus) #pragma GCC diagnostic pop -#endif /* OS-specific bits */ +#endif /* compiler-specific bits */ /*qt_post.h*/