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:
parent
0560e835f3
commit
f876346cdd
1 changed files with 1 additions and 1 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue