From 95927bb27fa0cd039e545796a76e113cf45cefb5 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 21 Jun 2017 20:12:11 +1000 Subject: [PATCH] glsl: fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Lionel Landwerlin Reviewed-by: Nicolai Hähnle Reviewed-by: Samuel Pitoiset --- 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 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, -- 2.30.2