aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/PermutationMatrix.h
diff options
context:
space:
mode:
authorGravatar Benjamin Chrétien <chretien@lirmm.fr>2014-08-01 14:41:49 +0200
committerGravatar Benjamin Chrétien <chretien@lirmm.fr>2014-08-01 14:41:49 +0200
commitdb76193bc7dba3c58503bc45f0c12f23ecd296e2 (patch)
tree3b3676b5caee07af72927b00f24efe6b0063a87b /Eigen/src/Core/PermutationMatrix.h
parentd79516660c1f42ae0719ed353614d0977bd40153 (diff)
Fix typo in PermutationMatrix (doc).
Diffstat (limited to 'Eigen/src/Core/PermutationMatrix.h')
-rw-r--r--Eigen/src/Core/PermutationMatrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/PermutationMatrix.h b/Eigen/src/Core/PermutationMatrix.h
index 009873c78..8aa4c8bc5 100644
--- a/Eigen/src/Core/PermutationMatrix.h
+++ b/Eigen/src/Core/PermutationMatrix.h
@@ -262,7 +262,7 @@ class PermutationBase : public EigenBase<Derived>
*
* \param SizeAtCompileTime the number of rows/cols, or Dynamic
* \param MaxSizeAtCompileTime the maximum number of rows/cols, or Dynamic. This optional parameter defaults to SizeAtCompileTime. Most of the time, you should not have to specify it.
- * \param StorageIndexType the interger type of the indices
+ * \param StorageIndexType the integer type of the indices
*
* This class represents a permutation matrix, internally stored as a vector of integers.
*