summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-07-27 15:56:15 -0400
committerJeffrey Walton <noloader@gmail.com>2019-07-27 15:56:15 -0400
commit739e5799e3d688ff06e900cd06e9c651903bbb1f (patch)
treec8e0b62cd57f12fc02ef4f29faf24ebcb75c491d /misc.h
parente4c402ace907100cc1e71dabda7055034efaf06e (diff)
downloadcryptopp-git-739e5799e3d688ff06e900cd06e9c651903bbb1f.tar.gz
Whitespace check-in
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.h b/misc.h
index 05ff6d73..278240cf 100644
--- a/misc.h
+++ b/misc.h
@@ -106,7 +106,7 @@
/// \details <tt>SIZE_MAX</tt> provides the maximum value of a machine word. The value
/// is <tt>0xffffffff</tt> on 32-bit targets, and <tt>0xffffffffffffffff</tt> on 64-bit
/// targets.
-/// \details If <tt>SIZE_MAX</tt> is not defined, then <tt>__SIZE_MAX__</tt> is used if
+/// \details If <tt>SIZE_MAX</tt> is not defined, then <tt>__SIZE_MAX__</tt> is used if
/// defined. If not defined, then <tt>SIZE_T_MAX</tt> is used if defined. If not defined,
/// then the library uses <tt>std::numeric_limits<size_t>::max()</tt>.
/// \details The library prefers <tt>__SIZE_MAX__</tt> or <tt>__SIZE_T_MAX__</tt> because