From: Ian Romanick Date: Tue, 19 Jul 2016 22:45:03 +0000 (-0700) Subject: glsl: Fix typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c011d7d900b36c4b49832b3100a4ea759ba89ccb;p=mesa.git glsl: Fix typo in comment Trivial. Signed-off-by: Ian Romanick --- diff --git a/src/compiler/glsl/propagate_invariance.cpp b/src/compiler/glsl/propagate_invariance.cpp index c137ff3324c..b834b4969f9 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