From 24c829ecf71f5a2ad2bfc70540c82bb9e4b9d366 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 3 Feb 2021 09:42:59 -0500 Subject: [PATCH] wording fix --- win/Qt/qt_post.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/