glsl: Fix a typo in a comment

s/suports/supports/

Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Andreas Boll 2015-12-09 17:09:25 +01:00
parent aa9af32752
commit 5c27cb3da3
1 changed files with 1 additions and 1 deletions

View 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,