From 877c2d1e9b08b9630a924ee2e06469048b124e2d Mon Sep 17 00:00:00 2001 From: Anatoly Borisov Date: Wed, 18 Oct 2023 12:58:49 +0000 Subject: [PATCH] fix typo in comment --- Eigen/src/Core/Block.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/Block.h b/Eigen/src/Core/Block.h index 31cd094db..ae4689a1d 100644 --- a/Eigen/src/Core/Block.h +++ b/Eigen/src/Core/Block.h @@ -87,7 +87,7 @@ template(Index,Index) and * most of the time this is the only way it is used. * - * However, if you want to directly maniputate block expressions, + * However, if you want to directly manipulate block expressions, * for instance if you want to write a function returning such an expression, you * will need to use this class. *