glsl: Fix a typo in a comment
authorAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 9 Dec 2015 16:09:25 +0000 (17:09 +0100)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 9 Dec 2015 17:26:47 +0000 (18:26 +0100)
s/suports/supports/

Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/glsl/glsl_parser_extras.h

index 6bded3eac0c262b5705a7ef27da763e4593a96a5..a4bda772a0fe07936e28464d0db771237b22a60a 100644 (file)
@@ -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,