summaryrefslogtreecommitdiffstats
path: root/src/mapi/entry_x86_tls.h
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2016-07-22 10:24:03 +0100
committerMatt Turner <mattst88@gmail.com>2016-07-22 10:14:00 -0700
commit4da9f7e7ce3e5fc62336dc6f041a30aabd2cacdc (patch)
tree91c23588aa22d00463733d0cca65e4a7cbabaecb /src/mapi/entry_x86_tls.h
parent44ef2ce6ecec1fc9ad7f174a0b2cf63b365ce3e8 (diff)
downloadexternal_mesa3d-4da9f7e7ce3e5fc62336dc6f041a30aabd2cacdc.zip
external_mesa3d-4da9f7e7ce3e5fc62336dc6f041a30aabd2cacdc.tar.gz
external_mesa3d-4da9f7e7ce3e5fc62336dc6f041a30aabd2cacdc.tar.bz2
mapi: fix typo in macro name
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>
Diffstat (limited to 'src/mapi/entry_x86_tls.h')
-rw-r--r--src/mapi/entry_x86_tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/entry_x86_tls.h b/src/mapi/entry_x86_tls.h
index 231b409..545b5a3 100644
--- a/src/mapi/entry_x86_tls.h
+++ b/src/mapi/entry_x86_tls.h
@@ -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