glsl: fix typo in #warning message
[mesa.git] / src / compiler / glsl / builtin_variables.cpp
index 1b9963a530a344128597fef4b3ddad1da88cbe98..4a886dd3255ab8677fdb3fb53a025dd9b0d8fa84 100644 (file)
@@ -31,7 +31,7 @@
  * we're simply testing for version 7.x here.
  */
 #if defined(__MINGW32__) && __GNUC__ == 7
-#warning "disabling optimizations for this file to work around compiler bug in MiGW gcc 7.x"
+#warning "disabling optimizations for this file to work around compiler bug in MinGW gcc 7.x"
 #pragma GCC optimize("O1")
 #endif