diff --git a/Eigen/src/Core/CwiseBinaryOp.h b/Eigen/src/Core/CwiseBinaryOp.h index 3593e07d6..d0816211a 100644 --- a/Eigen/src/Core/CwiseBinaryOp.h +++ b/Eigen/src/Core/CwiseBinaryOp.h @@ -47,7 +47,7 @@ template struct ei_traits > { - // we must not inherit from ei_traits since it incurrs + // we must not inherit from ei_traits since it has // the potential to cause problems with MSVC typedef typename ei_cleantype::type Ancestor; typedef typename ei_traits::XprKind XprKind;