diff options
author | Chris Forbes <[email protected]> | 2014-04-13 17:01:07 +1200 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2014-04-13 17:02:11 +1200 |
commit | aeb03f8aea2ee542c78f444c49647ecea92bced7 (patch) | |
tree | dcd70126482365b3774ed9f16a1da1c77dc2f852 | |
parent | c3b701d63c01b019a62cf320e9f06f9c12a02ab7 (diff) |
glsl: Fix typo in interface block comment
Signed-off-by: Chris Forbes <[email protected]>
-rw-r--r-- | src/glsl/ast_to_hir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index 1d15e6213e7..717dc68ea8f 100644 --- a/src/glsl/ast_to_hir.cpp +++ b/src/glsl/ast_to_hir.cpp @@ -5328,7 +5328,7 @@ ast_interface_block::hir(exec_list *instructions, } } else { /* In order to have an array size, the block must also be declared with - * an instane name. + * an instance name. */ assert(this->array_specifier == NULL); |