[Mesa-dev] [PATCH 01/10] glsl: Fix typo in comment
Chad Versace
chad.versace at linux.intel.com
Thu Jan 10 00:10:19 PST 2013
Discovered because Eclipse failed to resolve the false reference.
s/ir_expression::num_operands/ir_expression::get_num_operands/
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
More information about the mesa-dev
mailing list