mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
glsl: Fix typo in comment
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>
This commit is contained in:
parent
ca7d332253
commit
6f8f919a53
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue