glsl: Fix typo in interface block comment
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user