diff options
Diffstat (limited to 'src/glsl/ir.h')
-rw-r--r-- | src/glsl/ir.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glsl/ir.h b/src/glsl/ir.h index 2a0afada1ea..0f8e9a15d96 100644 --- a/src/glsl/ir.h +++ b/src/glsl/ir.h @@ -406,8 +406,8 @@ public: /** * Change this->interface_type on a variable that previously had a - * different interface_type. This is used during linking to set the size - * of arrays in interface blocks. + * different, but compatible, interface_type. This is used during linking + * to set the size of arrays in interface blocks. */ void change_interface_type(const struct glsl_type *type) { |