glsl: Correct more typos

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
Chris Forbes 2014-06-15 12:12:51 +12:00
parent ac26a562ed
commit 4191cc4861
2 changed files with 2 additions and 2 deletions

View file

@ -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++;

View file

@ -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;