From 56e585efcc4e598fcb5d1cb1261ab9767f744973 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Wed, 9 Jun 2010 17:20:31 +0200 Subject: Fixed language issue. --- Eigen/src/Core/CwiseBinaryOp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Core/CwiseBinaryOp.h') 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; -- cgit v1.2.3