Merge pull request #706 from mayeut/issue135
[openjpeg.git] / src / lib / openjp2 / invert.c
index dd4998a905c288a6945ed922d0557bb07ffeef60..7efaf6eca24f2e7c7680dea7a6f69a50eb5386d6 100644 (file)
@@ -125,7 +125,7 @@ static OPJ_BOOL opj_lupDecompose(OPJ_FLOAT32 * matrix,OPJ_UINT32 * permutations,
        {
        *tmpPermutations++ = i;
        }
-       /* now make a pivot with colum switch */
+       /* now make a pivot with column switch */
        tmpPermutations = permutations;
        for (k = 0; k < lLastColum; ++k) {
                p = 0.0;