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); }