Fix typo __has_extenstion -> __has_extension

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
Keith Packard 2016-09-23 02:35:36 +03:00
parent bd3832a988
commit d59bd3ade1

View file

@ -83,7 +83,7 @@ in this Software without prior written authorization from The Open Group.
# define __has_feature(x) 0 /* Compatibility with non-clang compilers. */
#endif
#ifndef __has_extension
# define __has_extenstion(x) 0 /* Compatibility with non-clang compilers. */
# define __has_extension(x) 0 /* Compatibility with non-clang compilers. */
#endif
/* Added in X11R6.9, so available in any version of modular xproto */