aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h
diff options
context:
space:
mode:
authorGravatar Michael Figurnov <mfigurnov@google.com>2018-06-07 17:57:56 +0100
committerGravatar Michael Figurnov <mfigurnov@google.com>2018-06-07 17:57:56 +0100
commit30fa3d045440fe8345bccc34bad5a329abfaf5c3 (patch)
treeff48744f4d154f86656365772b09939a7d57ef1a /unsupported/Eigen/CXX11/src/Tensor/TensorBase.h
parent5172a32849a310d8942273da307309721dc37c3f (diff)
parentd2b0a4a59b42c085511b089cc11e11be763334da (diff)
Merge from eigen/eigen
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorBase.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h b/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h
index 88b0af0d3..bdc1a17a7 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h
@@ -20,7 +20,7 @@ namespace Eigen {
* \brief The tensor base class.
*
* This class is the common parent of the Tensor and TensorMap class, thus
- * making it possible to use either class interchangably in expressions.
+ * making it possible to use either class interchangeably in expressions.
*/
template<typename Derived>