From: Chris Forbes Date: Sun, 15 Jun 2014 00:12:51 +0000 (+1200) Subject: glsl: Correct more typos X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4191cc48611783163e28fc04c3c4a3057d309c1e;p=mesa.git glsl: Correct more typos Signed-off-by: Chris Forbes --- diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index 140bb740579..73825760ed8 100644 --- a/src/glsl/ast_to_hir.cpp +++ b/src/glsl/ast_to_hir.cpp @@ -5087,7 +5087,7 @@ ast_struct_specifier::hir(exec_list *instructions, */ if (state->language_version != 110 && state->struct_specifier_depth != 0) _mesa_glsl_error(&loc, state, - "embedded structure declartions are not allowed"); + "embedded structure declarations are not allowed"); state->struct_specifier_depth++; diff --git a/src/glsl/glsl_parser_extras.h b/src/glsl/glsl_parser_extras.h index 0416a9c7252..9480ec5b800 100644 --- a/src/glsl/glsl_parser_extras.h +++ b/src/glsl/glsl_parser_extras.h @@ -188,7 +188,7 @@ struct _mesa_glsl_parse_state { /** * Number of nested struct_specifier levels * - * Outside a struct_specifer, this is zero. + * Outside a struct_specifier, this is zero. */ unsigned struct_specifier_depth;