glsl: Fix typo in comment
authorChad Versace <chad.versace@linux.intel.com>
Tue, 8 Jan 2013 16:26:34 +0000 (08:26 -0800)
committerChad Versace <chad.versace@linux.intel.com>
Fri, 25 Jan 2013 05:11:41 +0000 (21:11 -0800)
s/num_operands()/get_num_operands()/

Discovered because Eclipse failed to resolve the false reference.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/glsl/ir.h

index de687d38545d28d2dd44c72d6fb4b8a4a6991572..c40964f9e7bca0e8cf0b7a6a8c40769a982d0a19 100644 (file)
@@ -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 {