mesa: Fix a typo in a comment
authorAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 9 Dec 2015 16:25:40 +0000 (17:25 +0100)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 9 Dec 2015 17:29:24 +0000 (18:29 +0100)
s/suports/supports/

Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/extensions.h

index 1615e1cc0a42769d8945d7b385305f78195fc131..b5e035072311bfc4b2636ae5efff85183bdfc83b 100644 (file)
@@ -88,7 +88,7 @@ enum {
 };
 
 
-/** Checks if the context suports a user-facing extension */
+/** Checks if the context supports a user-facing extension */
 #define EXT(name_str, driver_cap, ...) \
 static inline bool \
 _mesa_has_##name_str(const struct gl_context *ctx) \