From 739e5799e3d688ff06e900cd06e9c651903bbb1f Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 27 Jul 2019 15:56:15 -0400 Subject: Whitespace check-in --- misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc.h') 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 -- cgit v1.2.1