aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.h')
-rw-r--r--test/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.h b/test/main.h
index d4cdced60..b1410386f 100644
--- a/test/main.h
+++ b/test/main.h
@@ -54,7 +54,7 @@ namespace Eigen
static const bool should_raise_an_assert = false;
// Used to avoid to raise two exceptions at a time in which
- // case the exception is not properly catched.
+ // case the exception is not properly caught.
// This may happen when a second exceptions is raise in a destructor.
static bool no_more_assert = false;