[Mesa-dev] [PATCH 2/2] mesa: Fix a typo in a comment

Andreas Boll andreas.boll.dev at gmail.com
Wed Dec 9 08:29:51 PST 2015


s/suports/supports/

Signed-off-by: Andreas Boll <andreas.boll.dev at gmail.com>
---
 src/mesa/main/extensions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/main/extensions.h b/src/mesa/main/extensions.h
index 1615e1c..b5e0350 100644
--- 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 supports a user-facing extension */
 #define EXT(name_str, driver_cap, ...) \
 static inline bool \
 _mesa_has_##name_str(const struct gl_context *ctx) \
-- 
2.1.4



More information about the mesa-dev mailing list