glsl: Fix typo in interface block comment
authorChris Forbes <chrisf@ijw.co.nz>
Sun, 13 Apr 2014 05:01:07 +0000 (17:01 +1200)
committerChris Forbes <chrisf@ijw.co.nz>
Sun, 13 Apr 2014 05:02:11 +0000 (17:02 +1200)
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
src/glsl/ast_to_hir.cpp

index 1d15e62..717dc68 100644 (file)
@@ -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);