From: Chris Forbes Date: Thu, 12 Jun 2014 08:18:24 +0000 (+1200) Subject: glsl: Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c79aa8272d81020093836554d5aa0c18ef91c74;p=mesa.git glsl: Fix typo in comment. Signed-off-by: Chris Forbes --- 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: