mesa: Fix a typo in a comment

s/suports/supports/

Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Andreas Boll
2015-12-09 17:25:40 +01:00
parent 0560e835f3
commit f876346cdd
+1 -1
View 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) \