aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/KLUSupport/KLUSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/KLUSupport/KLUSupport.h')
-rw-r--r--Eigen/src/KLUSupport/KLUSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/KLUSupport/KLUSupport.h b/Eigen/src/KLUSupport/KLUSupport.h
index a9e8633d9..d2633a935 100644
--- a/Eigen/src/KLUSupport/KLUSupport.h
+++ b/Eigen/src/KLUSupport/KLUSupport.h
@@ -106,7 +106,7 @@ class KLU : public SparseSolverBase<KLU<_MatrixType> >
/** \brief Reports whether previous computation was successful.
*
- * \returns \c Success if computation was succesful,
+ * \returns \c Success if computation was successful,
* \c NumericalIssue if the matrix.appears to be negative.
*/
ComputationInfo info() const