From c45435812225aa68d122c7de246e5f60b509766c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 20 Nov 2015 19:15:33 -0500 Subject: Crypto++ 5.6.3 check-in --- misc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc.h') diff --git a/misc.h b/misc.h index 4132d806..dfa5122d 100644 --- a/misc.h +++ b/misc.h @@ -129,8 +129,8 @@ struct CompileAssert //! \brief Counts elements in an array //! \param arr an array of elements //! \details COUNTOF counts elements in an array. On Windows COUNTOF(x) is deinfed -//! to _countof(x) to ensure correct results for pointers. Since the library code is -//! cross-platform, Windows will ensure the safety on non-Windows platforms. +//! to _countof(x) to ensure correct results for pointers. Since the library code +//! is cross-platform, Windows will ensure the safety on non-Windows platforms. //! \note COUNTOF does not produce correct results with pointers, and an array must be used. //! The library ensures correct application of COUNTOF by enlisting _countof on Windows //! platforms. Microsoft's _countof fails to compile using pointers. -- cgit v1.2.1