diff options
author | Chris Forbes <[email protected]> | 2014-06-12 20:18:24 +1200 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2014-06-12 21:19:24 +1200 |
commit | 2c79aa8272d81020093836554d5aa0c18ef91c74 (patch) | |
tree | 1aec41fc0e63531f759041cead99bbadcf37bb2d /src/glsl/glsl_parser.yy | |
parent | 3e71258023dff682684fbe47c10ae2447981849b (diff) |
glsl: Fix typo in comment.
Signed-off-by: Chris Forbes <[email protected]>
Diffstat (limited to 'src/glsl/glsl_parser.yy')
-rw-r--r-- | src/glsl/glsl_parser.yy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/glsl_parser.yy b/src/glsl/glsl_parser.yy index eddab0518e6..97b6c3f1abf 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: |