From 6f8f919a530b570aba13342dfe9a82a8f44a9f69 Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Tue, 8 Jan 2013 08:26:34 -0800 Subject: glsl: Fix typo in comment s/num_operands()/get_num_operands()/ Discovered because Eclipse failed to resolve the false reference. Reviewed-by: Ian Romanick Signed-off-by: Chad Versace --- src/glsl/ir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { -- cgit v1.2.3