diff options
Diffstat (limited to 'src/compiler')
-rw-r--r-- | src/compiler/glsl/opt_algebraic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/opt_algebraic.cpp b/src/compiler/glsl/opt_algebraic.cpp index a5ba843fd15..a5a10293e8a 100644 --- a/src/compiler/glsl/opt_algebraic.cpp +++ b/src/compiler/glsl/opt_algebraic.cpp @@ -246,7 +246,7 @@ ir_algebraic_visitor::reassociate_operands(ir_expression *ir1, /** * Reassociates a constant down a tree of adds or multiplies. * - * Consider (2 * (a * (b * 0.5))). We want to send up with a * b. + * Consider (2 * (a * (b * 0.5))). We want to end up with a * b. */ bool ir_algebraic_visitor::reassociate_constant(ir_expression *ir1, int const_index, |