aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-12-19 12:19:50 -0800
committerChad Versace <chad.versace@linux.intel.com>2012-12-20 11:31:48 -0800
commita604cabcd01f89be4c496ea59d3a73f6fc840984 (patch)
tree90f6c2c57743c45f744515c5b64d1b27ab77b9bd
parent2abec1cb3c17fa5ec8d945d79acd74a39c38293a (diff)
glx: Fix trivial typo in comment
s/defined/define/ Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--src/waffle/glx/glx_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waffle/glx/glx_context.c b/src/waffle/glx/glx_context.c
index 80e874d..bc218af 100644
--- a/src/waffle/glx/glx_context.c
+++ b/src/waffle/glx/glx_context.c
@@ -25,7 +25,7 @@
#define GLX_GLXEXT_PROTOTYPES
-// The official glxext.h published by Khronos does not yet defined this bit.
+// The official glxext.h published by Khronos does not yet define this bit.
// It is an alias of GLX_CONTEXT_ES2_PROFILE_BIT_EXT.
#define GLX_CONTEXT_ES_PROFILE_BIT_EXT 0x00000004