summaryrefslogtreecommitdiff
path: root/wake.h
diff options
context:
space:
mode:
Diffstat (limited to 'wake.h')
-rw-r--r--wake.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/wake.h b/wake.h
index 79d8b601..55736cb5 100644
--- a/wake.h
+++ b/wake.h
@@ -14,7 +14,7 @@ NAMESPACE_BEGIN(CryptoPP)
//! \class WAKE_OFB_Info
//! \brief WAKE stream cipher information
-//! \tparam B Endianess of the stream cipher
+//! \tparam B Endianness of the stream cipher
//! \since Crypto++ 1.0
template <class B = BigEndian>
struct WAKE_OFB_Info : public FixedKeyLength<32>
@@ -34,7 +34,7 @@ protected:
//! \class WAKE_Policy
//! \brief WAKE stream cipher operation
-//! \tparam B Endianess of the stream cipher
+//! \tparam B Endianness of the stream cipher
//! \since Crypto++ 1.0
template <class B = BigEndian>
class CRYPTOPP_NO_VTABLE WAKE_Policy : public AdditiveCipherConcretePolicy<word32, 1, 64>, protected WAKE_Base
@@ -48,7 +48,7 @@ protected:
//! \class WAKE_OFB
//! \brief WAKE stream cipher
-//! \tparam B Endianess of the stream cipher
+//! \tparam B Endianness of the stream cipher
//! \since Crypto++ 1.0
template <class B = BigEndian>
struct WAKE_OFB : public WAKE_OFB_Info<B>, public SymmetricCipherDocumentation