summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-09-23 02:35:36 +0300
committerKeith Packard <keithp@keithp.com>2016-09-23 09:47:52 +0300
commitd59bd3ade1a8430282c3395d5f5b22ebaa339976 (patch)
treebd898801fc0057c79714714017e8538b97638822
parentbd3832a988c34304b54ba3bbab5befb3dbcae90d (diff)
downloadxorg-proto-x11proto-d59bd3ade1a8430282c3395d5f5b22ebaa339976.tar.gz
Fix typo __has_extenstion -> __has_extension
Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-rw-r--r--Xfuncproto.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xfuncproto.h.in b/Xfuncproto.h.in
index 8715c9d..b88493d 100644
--- a/Xfuncproto.h.in
+++ b/Xfuncproto.h.in
@@ -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 */