[Mesa-dev] [PATCH 1/4] glsl: Fix a typo in a comment

Brian Paul brianp at vmware.com
Wed Dec 9 08:41:09 PST 2015


On 12/09/2015 09:20 AM, Andreas Boll wrote:
> s/suports/supports/
>
> Signed-off-by: Andreas Boll <andreas.boll.dev at gmail.com>
> ---
>   src/glsl/glsl_parser_extras.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/glsl/glsl_parser_extras.h b/src/glsl/glsl_parser_extras.h
> index 6bded3e..a4bda77 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,
>

For all 4, Reviewed-by: Brian Paul <brianp at vmware.com>



More information about the mesa-dev mailing list