[Mesa-dev] [PATCH (gles3) 01/20] glsl: Fix typo in comment
Chad Versace
chad.versace at linux.intel.com
Mon Jan 21 00:49:13 PST 2013
s/num_operands()/get_num_operands()/
Discovered because Eclipse failed to resolve the false reference.
Signed-off-by: Chad Versace <chad.versace at linux.intel.com>
---
src/glsl/ir.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/glsl/ir.h b/src/glsl/ir.h
index 85fc5ce..c9c91e8 100644
--- a/src/glsl/ir.h
+++ b/src/glsl/ir.h
@@ -908,7 +908,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 {
--
1.8.1.1
More information about the mesa-dev
mailing list