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:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user