Module: Mesa Branch: master Commit: 95927bb27fa0cd039e545796a76e113cf45cefb5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=95927bb27fa0cd039e545796a76e113cf45cefb5
Author: Timothy Arceri <[email protected]> Date: Wed Jun 21 20:12:11 2017 +1000 glsl: fix typo in comment Reviewed-by: Lionel Landwerlin <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> --- src/compiler/glsl/opt_algebraic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/glsl/opt_algebraic.cpp b/src/compiler/glsl/opt_algebraic.cpp index a5ba843fd1..a5a10293e8 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, _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
