From: Eric Engestrom Date: Fri, 22 Jul 2016 09:24:03 +0000 (+0100) Subject: mapi: fix typo in macro name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4da9f7e7ce3e5fc62336dc6f041a30aabd2cacdc;p=mesa.git mapi: fix typo in macro name Fixes: 5ec140c17b54c2592009 ("mapi: Massage code to allow clang to compile.") Reported-by: Alexandre Demers Reviewed-by: Matt Turner Signed-off-by: Eric Engestrom --- diff --git a/src/mapi/entry_x86-64_tls.h b/src/mapi/entry_x86-64_tls.h index c5262a18ddb..8f3fa914a78 100644 --- a/src/mapi/entry_x86-64_tls.h +++ b/src/mapi/entry_x86-64_tls.h @@ -25,7 +25,7 @@ * Chia-I Wu */ -#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY +#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY #define HIDDEN __attribute__((visibility("hidden"))) #else #define HIDDEN diff --git a/src/mapi/entry_x86_tls.h b/src/mapi/entry_x86_tls.h index 231b4093fe6..545b5a3c786 100644 --- a/src/mapi/entry_x86_tls.h +++ b/src/mapi/entry_x86_tls.h @@ -27,7 +27,7 @@ #include -#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY +#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY #define HIDDEN __attribute__((visibility("hidden"))) #else #define HIDDEN diff --git a/src/mapi/entry_x86_tsd.h b/src/mapi/entry_x86_tsd.h index 03d973520fe..0c28c8ff068 100644 --- a/src/mapi/entry_x86_tsd.h +++ b/src/mapi/entry_x86_tsd.h @@ -25,7 +25,7 @@ * Chia-I Wu */ -#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY +#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY #define HIDDEN __attribute__((visibility("hidden"))) #else #define HIDDEN