From: Chris Forbes Date: Sun, 13 Apr 2014 05:01:07 +0000 (+1200) Subject: glsl: Fix typo in interface block comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aeb03f8aea2ee542c78f444c49647ecea92bced7;p=mesa.git glsl: Fix typo in interface block comment Signed-off-by: Chris Forbes --- 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);