summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Forbes <chrisf@ijw.co.nz>2014-04-13 17:01:07 +1200
committerChris Forbes <chrisf@ijw.co.nz>2014-04-13 17:02:11 +1200
commitaeb03f8aea2ee542c78f444c49647ecea92bced7 (patch)
treedcd70126482365b3774ed9f16a1da1c77dc2f852
parentc3b701d63c01b019a62cf320e9f06f9c12a02ab7 (diff)
glsl: Fix typo in interface block comment
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
-rw-r--r--src/glsl/ast_to_hir.cpp2
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);