diff options
author | Gael Guennebaud <g.gael@free.fr> | 2018-06-07 14:43:02 +0200 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2018-06-07 14:43:02 +0200 |
commit | b3fd93207bea08fc459be46f84fd6bbe18b19523 (patch) | |
tree | a4607c9e0c086ada062606cd04c54ed6255b412a /Eigen/src/SparseCholesky | |
parent | 405859f18dac56f324e1d93ca8721d5f7fd22c62 (diff) |
Fix typos found using codespell
Diffstat (limited to 'Eigen/src/SparseCholesky')
-rw-r--r-- | Eigen/src/SparseCholesky/SimplicialCholesky_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h b/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h index 84a1bf2bd..0aa92f8bc 100644 --- a/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +++ b/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h @@ -5,7 +5,7 @@ /* -NOTE: thes functions vave been adapted from the LDL library: +NOTE: these functions have been adapted from the LDL library: LDL Copyright (c) 2005 by Timothy A. Davis. All Rights Reserved. |