mapi: fix typo in macro name
authorEric Engestrom <eric.engestrom@imgtec.com>
Fri, 22 Jul 2016 09:24:03 +0000 (10:24 +0100)
committerMatt Turner <mattst88@gmail.com>
Fri, 22 Jul 2016 17:14:00 +0000 (10:14 -0700)
Fixes: 5ec140c17b54c2592009 ("mapi: Massage code to allow clang to compile.")
Reported-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/mapi/entry_x86-64_tls.h
src/mapi/entry_x86_tls.h
src/mapi/entry_x86_tsd.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
index 231b4093fe6cd7e4f0c82175df4ef70b3207d53d..545b5a3c786d90e6b4e0d3376f21ee8956068b4e 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <string.h>
 
-#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY
+#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY
 #define HIDDEN __attribute__((visibility("hidden")))
 #else
 #define HIDDEN
index 03d973520feeaeaff5430ca7040ac2a18678663f..0c28c8ff0682a673c7cd5efbd0e210672b8b1ca5 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