glsl: Fix typo in interface block comment

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
Chris Forbes 2014-04-13 17:01:07 +12:00
parent c3b701d63c
commit aeb03f8aea

View 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);