projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca7d332
)
glsl: Fix typo in comment
author
Chad Versace
<chad.versace@linux.intel.com>
Tue, 8 Jan 2013 16:26:34 +0000
(08:26 -0800)
committer
Chad 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
patch
|
blob
|
history
diff --git
a/src/glsl/ir.h
b/src/glsl/ir.h
index de687d38545d28d2dd44c72d6fb4b8a4a6991572..c40964f9e7bca0e8cf0b7a6a8c40769a982d0a19 100644
(file)
--- 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 {