mapi: fix typo in macro name
[mesa.git] / src / mapi / entry_x86-64_tls.h
index c5262a18ddb1ca442fc89a3646a0d405241d3ad5..8f3fa914a78ad234fecac8201c5ddbe4763d16f0 100644 (file)
@@ -25,7 +25,7 @@
  *    Chia-I Wu <olv@lunarg.com>
  */
 
-#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY
+#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY
 #define HIDDEN __attribute__((visibility("hidden")))
 #else
 #define HIDDEN