mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
glsl: Correct more typos
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
parent
ac26a562ed
commit
4191cc4861
2 changed files with 2 additions and 2 deletions
|
|
@ -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++;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue