From c011d7d900b36c4b49832b3100a4ea759ba89ccb Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 19 Jul 2016 15:45:03 -0700 Subject: [PATCH] glsl: Fix typo in comment Trivial. Signed-off-by: Ian Romanick --- src/compiler/glsl/propagate_invariance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/glsl/propagate_invariance.cpp b/src/compiler/glsl/propagate_invariance.cpp index c137ff3..b834b49 100644 --- a/src/compiler/glsl/propagate_invariance.cpp +++ b/src/compiler/glsl/propagate_invariance.cpp @@ -27,7 +27,7 @@ * compute invariant or precise values. * * The GLSL spec (depending on what version you read) says, among the - * conditions for geting bit-for-bit the same values on an invariant output: + * conditions for getting bit-for-bit the same values on an invariant output: * * "All operations in the consuming expressions and any intermediate * expressions must be the same, with the same order of operands and same -- 2.7.4