diff --git a/misc.h b/misc.h index 05ff6d73..278240cf 100644 --- a/misc.h +++ b/misc.h @@ -106,7 +106,7 @@ /// \details SIZE_MAX provides the maximum value of a machine word. The value /// is 0xffffffff on 32-bit targets, and 0xffffffffffffffff on 64-bit /// targets. -/// \details If SIZE_MAX is not defined, then __SIZE_MAX__ is used if +/// \details If SIZE_MAX is not defined, then __SIZE_MAX__ is used if /// defined. If not defined, then SIZE_T_MAX is used if defined. If not defined, /// then the library uses std::numeric_limits::max(). /// \details The library prefers __SIZE_MAX__ or __SIZE_T_MAX__ because