summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChad Versace <[email protected]>2013-01-08 08:26:34 -0800
committerChad Versace <[email protected]>2013-01-24 21:11:41 -0800
commit6f8f919a530b570aba13342dfe9a82a8f44a9f69 (patch)
treef0d42a4c5c560ffbf96440c605e79207dc4d87ef /src
parentca7d332253e237c51fdf5c88a8f7937e65e8abff (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.h2
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 {