glsl: Fix typo in comment.
authorChris Forbes <chrisf@ijw.co.nz>
Thu, 12 Jun 2014 08:18:24 +0000 (20:18 +1200)
committerChris Forbes <chrisf@ijw.co.nz>
Thu, 12 Jun 2014 09:19:24 +0000 (21:19 +1200)
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
src/glsl/glsl_parser.yy

index eddab05..97b6c3f 100644 (file)
@@ -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: