diff options
-rw-r--r-- | src/compiler/glsl/propagate_invariance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |