diff options
author | Andreas Boll <[email protected]> | 2015-12-09 17:09:25 +0100 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2015-12-09 18:26:47 +0100 |
commit | 5c27cb3da3f07d9cd50b6c8575f99f5dd6f32910 (patch) | |
tree | 40d85c9c06795460d629983e9509115e0bd37fa7 | |
parent | aa9af32752c77be2e5345ed98feb9b88720e50cd (diff) |
glsl: Fix a typo in a comment
s/suports/supports/
Signed-off-by: Andreas Boll <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
-rw-r--r-- | src/glsl/glsl_parser_extras.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/glsl_parser_extras.h b/src/glsl/glsl_parser_extras.h index 6bded3eac0c..a4bda772a0f 100644 --- a/src/glsl/glsl_parser_extras.h +++ b/src/glsl/glsl_parser_extras.h @@ -97,7 +97,7 @@ struct _mesa_glsl_parse_state { * supports the feature. * * \param required_glsl_es_version is the GLSL ES version that is required - * to support the feature, or 0 if no version of GLSL ES suports the + * to support the feature, or 0 if no version of GLSL ES supports the * feature. */ bool is_version(unsigned required_glsl_version, |