aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CwiseBinaryOp.h
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-06-09 17:20:31 +0200
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-06-09 17:20:31 +0200
commit56e585efcc4e598fcb5d1cb1261ab9767f744973 (patch)
tree8e8cc275ca408c9475088a212c7af43a2c6e132c /Eigen/src/Core/CwiseBinaryOp.h
parent2b7b549e9e2319f0b33615c675b8453adf693fed (diff)
Fixed language issue.
Diffstat (limited to 'Eigen/src/Core/CwiseBinaryOp.h')
-rw-r--r--Eigen/src/Core/CwiseBinaryOp.h2
1 files changed, 1 insertions, 1 deletions
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<typename BinaryOp, typename Lhs, typename Rhs>
struct ei_traits<CwiseBinaryOp<BinaryOp, Lhs, Rhs> >
{
- // we must not inherit from ei_traits<Lhs> since it incurrs
+ // we must not inherit from ei_traits<Lhs> since it has
// the potential to cause problems with MSVC
typedef typename ei_cleantype<Lhs>::type Ancestor;
typedef typename ei_traits<Ancestor>::XprKind XprKind;