From aeb03f8aea2ee542c78f444c49647ecea92bced7 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sun, 13 Apr 2014 17:01:07 +1200 Subject: glsl: Fix typo in interface block comment Signed-off-by: Chris Forbes --- src/glsl/ast_to_hir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3