summaryrefslogtreecommitdiff
path: root/allocate.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-21 14:59:20 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-21 14:59:20 -0500
commit9fa06cc091b2ee7c90eae839437b9cd710b14dab (patch)
treeff6821a05b685c17a31f329dc3b41f3c77eb14be /allocate.h
parent6ef924b78b8730077fdb25ab84ab0190bd20f9cb (diff)
downloadcryptopp-git-9fa06cc091b2ee7c90eae839437b9cd710b14dab.tar.gz
Fix spelling
Diffstat (limited to 'allocate.h')
-rw-r--r--allocate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/allocate.h b/allocate.h
index d9fe9c57..64e1ac79 100644
--- a/allocate.h
+++ b/allocate.h
@@ -32,7 +32,7 @@ CRYPTOPP_DLL void CRYPTOPP_API CallNewHandler();
/// \brief Allocates a buffer on 16-byte boundary
/// \param size the size of the buffer
/// \details AlignedAllocate is primarily used when the data will be
-/// proccessed by SSE, NEON, ARMv8 or PowerPC instructions. The assembly
+/// processed by SSE, NEON, ARMv8 or PowerPC instructions. The assembly
/// language routines rely on the alignment. If the alignment is not
/// respected, then a SIGBUS could be generated on Unix and Linux, and an
/// EXCEPTION_DATATYPE_MISALIGNMENT could be generated on Windows.