diff options
author | Chad Versace <[email protected]> | 2013-01-08 08:26:34 -0800 |
---|---|---|
committer | Chad Versace <[email protected]> | 2013-01-24 21:11:41 -0800 |
commit | 6f8f919a530b570aba13342dfe9a82a8f44a9f69 (patch) | |
tree | f0d42a4c5c560ffbf96440c605e79207dc4d87ef /src | |
parent | ca7d332253e237c51fdf5c88a8f7937e65e8abff (diff) |
glsl: Fix typo in comment
s/num_operands()/get_num_operands()/
Discovered because Eclipse failed to resolve the false reference.
Reviewed-by: Ian Romanick <[email protected]>
Signed-off-by: Chad Versace <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/glsl/ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/ir.h b/src/glsl/ir.h index de687d38545..c40964f9e7b 100644 --- a/src/glsl/ir.h +++ b/src/glsl/ir.h @@ -910,7 +910,7 @@ public: unsigned write_mask:4; }; -/* Update ir_expression::num_operands() and operator_strs when +/* Update ir_expression::get_num_operands() and operator_strs when * updating this list. */ enum ir_expression_operation { |