From e82e30862aa4af91ee2d33e554406f20ee7b4155 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 6 Aug 2009 15:04:42 +0200 Subject: typo --- Eigen/src/Core/MapBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Core') diff --git a/Eigen/src/Core/MapBase.h b/Eigen/src/Core/MapBase.h index 5bdf59fbc..0151cc67f 100644 --- a/Eigen/src/Core/MapBase.h +++ b/Eigen/src/Core/MapBase.h @@ -177,7 +177,7 @@ template class MapBase // FIXME it seems VS does not allow to do "using Base::operator+=" // and to overload operator+= at the same time, therefore we have to // explicitly add these two overloads. - // Maye their exists a better solution though. + // Maybe there exists a better solution though. template Derived& operator+=(const Flagged, 0, EvalBeforeNestingBit | EvalBeforeAssigningBit>& other) { return Base::operator+=(other); } -- cgit v1.2.3