From 3031d57200ce0d5e5990088ae4bdefc4e9c905ba Mon Sep 17 00:00:00 2001 From: David Tellenbach Date: Thu, 21 Mar 2019 02:21:04 +0100 Subject: PR 621: Fix documentation of EIGEN_COMP_EMSCRIPTEN --- Eigen/src/Core/util/Macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Core/util/Macros.h') diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h index bea3a1432..6b5ab4278 100644 --- a/Eigen/src/Core/util/Macros.h +++ b/Eigen/src/Core/util/Macros.h @@ -180,7 +180,7 @@ #define EIGEN_COMP_ARM 0 #endif -/// \internal EIGEN_COMP_ARM set to 1 if the compiler is ARM Compiler +/// \internal EIGEN_COMP_EMSCRIPTEN set to 1 if the compiler is Emscripten Compiler #if defined(__EMSCRIPTEN__) #define EIGEN_COMP_EMSCRIPTEN 1 #else -- cgit v1.2.3