From: Chad Versace Date: Tue, 8 Jan 2013 16:26:34 +0000 (-0800) Subject: glsl: Fix typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f8f919a530b570aba13342dfe9a82a8f44a9f69;p=mesa.git 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 --- 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 {