Mesa (master): glsl: Fix typo in comment.

Chris Forbes chrisf at kemper.freedesktop.org
Thu Jun 12 09:19:50 UTC 2014


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

Author: Chris Forbes <chrisf at ijw.co.nz>
Date:   Thu Jun 12 20:18:24 2014 +1200

glsl: Fix typo in comment.

Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>

---

 src/glsl/glsl_parser.yy |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/glsl/glsl_parser.yy b/src/glsl/glsl_parser.yy
index eddab05..97b6c3f 100644
--- a/src/glsl/glsl_parser.yy
+++ b/src/glsl/glsl_parser.yy
@@ -2180,7 +2180,7 @@ condition:
    ;
 
 /*
- * siwtch_statement grammar is based on the syntax described in the body
+ * switch_statement grammar is based on the syntax described in the body
  * of the GLSL spec, not in it's appendix!!!
  */
 switch_statement:




More information about the mesa-commit mailing list