mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 22:20:14 +01:00
glsl: Fix typo in interface block comment
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
parent
c3b701d63c
commit
aeb03f8aea
1 changed files with 1 additions and 1 deletions
|
|
@ -5328,7 +5328,7 @@ ast_interface_block::hir(exec_list *instructions,
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
/* In order to have an array size, the block must also be declared with
|
/* 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);
|
assert(this->array_specifier == NULL);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue