aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/ReenableStupidWarnings.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-09-02 15:41:17 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-09-02 15:41:17 -0700
commit373c340b71e1944bc4f8a8663ffc67cb112fc689 (patch)
tree0c05e40f7b5bcd991e8d6e36fb331f97232db598 /Eigen/src/Core/util/ReenableStupidWarnings.h
parentcadd124d738041d919958140ec61f0fd80e68ccc (diff)
Fixed a typo
Diffstat (limited to 'Eigen/src/Core/util/ReenableStupidWarnings.h')
-rw-r--r--Eigen/src/Core/util/ReenableStupidWarnings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/util/ReenableStupidWarnings.h b/Eigen/src/Core/util/ReenableStupidWarnings.h
index 5d1bbeef6..86b60f52f 100644
--- a/Eigen/src/Core/util/ReenableStupidWarnings.h
+++ b/Eigen/src/Core/util/ReenableStupidWarnings.h
@@ -15,7 +15,7 @@
#if defined __NVCC__
// Don't reenable the diagnostic messages, as it turns out these messages need
// to be disabled at the point of the template instantiation (i.e the user code)
-// otherwise they'll be triggeredby nvcc.
+// otherwise they'll be triggered by nvcc.
// #pragma diag_default code_is_unreachable
// #pragma diag_default initialization_not_reachable
// #pragma diag_default 2651