summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/invert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/openjp2/invert.h')
-rw-r--r--src/lib/openjp2/invert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/invert.h b/src/lib/openjp2/invert.h
index d1c560c5..f444d7fb 100644
--- a/src/lib/openjp2/invert.h
+++ b/src/lib/openjp2/invert.h
@@ -50,7 +50,7 @@ The function in INVERT.H compute a matrix inversion with a LUP method
*
* @param pSrcMatrix the matrix to invert.
* @param pDestMatrix data to store the inverted matrix.
- * @param n size of the matrix
+ * @param nb_compo size of the matrix
* @return OPJ_TRUE if the inversion is successful, OPJ_FALSE if the matrix is singular.
*/
OPJ_BOOL opj_matrix_inversion_f(OPJ_FLOAT32 * pSrcMatrix,