aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/VectorBlock.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2018-04-23 15:30:35 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2018-04-23 15:30:35 +0200
commit11123175dbe49a9b17335f67f093ef04a2779d49 (patch)
treecd79bffdae05fe73d0ea9337c49bc468768dbd67 /Eigen/src/Core/VectorBlock.h
parent5679e439e0c87e4b93ad7870f463d5168edcd57d (diff)
typo in doc
Diffstat (limited to 'Eigen/src/Core/VectorBlock.h')
-rw-r--r--Eigen/src/Core/VectorBlock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/VectorBlock.h b/Eigen/src/Core/VectorBlock.h
index d72fbf7e9..0ede5d58e 100644
--- a/Eigen/src/Core/VectorBlock.h
+++ b/Eigen/src/Core/VectorBlock.h
@@ -35,7 +35,7 @@ struct traits<VectorBlock<VectorType, Size> >
* It is the return type of DenseBase::segment(Index,Index) and DenseBase::segment<int>(Index) and
* most of the time this is the only way it is used.
*
- * However, if you want to directly maniputate sub-vector expressions,
+ * However, if you want to directly manipulate sub-vector expressions,
* for instance if you want to write a function returning such an expression, you
* will need to use this class.
*