projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0560e83
)
mesa: Fix a typo in a comment
author
Andreas Boll
<andreas.boll.dev@gmail.com>
Wed, 9 Dec 2015 16:25:40 +0000
(17:25 +0100)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/src/mesa/main/extensions.h
b/src/mesa/main/extensions.h
index 1615e1cc0a42769d8945d7b385305f78195fc131..b5e035072311bfc4b2636ae5efff85183bdfc83b 100644
(file)
--- a/
src/mesa/main/extensions.h
+++ b/
src/mesa/main/extensions.h
@@
-88,7
+88,7
@@
enum {
};
-/** Checks if the context suports a user-facing extension */
+/** Checks if the context sup
p
orts a user-facing extension */
#define EXT(name_str, driver_cap, ...) \
static inline bool \
_mesa_has_##name_str(const struct gl_context *ctx) \