Module: Mesa
Branch: master
Commit: f876346cdd2e5d0357ed260eec642beaaa389948
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f876346cdd2e5d0357ed260eec642beaaa389948

Author: Andreas Boll <[email protected]>
Date:   Wed Dec  9 17:25:40 2015 +0100

mesa: Fix a typo in a comment

s/suports/supports/

Signed-off-by: Andreas Boll <[email protected]>
Reviewed-by: Brian Paul <[email protected]>

---

 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) \

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to