aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-02-10 11:06:01 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-02-10 11:06:01 -0500
commitf3b81302cd07fa646872aafa3f1a281585ca3fb8 (patch)
tree4ff71b719fd27d13d36a3a7891ccf7cda3e1276f
parent57b22204db17bafe5a9035a5d9ad8fe323c69c6f (diff)
fix typo
-rw-r--r--doc/A10_Eigen2SupportModes.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/A10_Eigen2SupportModes.dox b/doc/A10_Eigen2SupportModes.dox
index c9088fac9..0c698093a 100644
--- a/doc/A10_Eigen2SupportModes.dox
+++ b/doc/A10_Eigen2SupportModes.dox
@@ -68,7 +68,7 @@ The eigen2_-prefixed identifiers are still available, but at this stage you shou
\section Stage40 Stage 40: define EIGEN2_SUPPORT_STAGE40_FULL_EIGEN3_STRICTNESS
-Enable this mode by defining the EIGEN2_SUPPORT_STAGE30_FULL_EIGEN3_API preprocessor macro before including any Eigen 3 header.
+Enable this mode by defining the EIGEN2_SUPPORT_STAGE40_FULL_EIGEN3_STRICTNESS preprocessor macro before including any Eigen 3 header.
This mode tightens the last bits of strictness, especially const-correctness, that had to be loosened to support what Eigen 2 allowed. For example, this code compiled in Eigen 2:
\code