summaryrefslogtreecommitdiff
path: root/adv_simd.h
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@users.noreply.github.com>2021-03-04 19:17:42 +0100
committerGitHub <noreply@github.com>2021-03-04 13:17:42 -0500
commit0a40a0c3cab53a6cc2d45a084d9c24d39fa97c96 (patch)
tree2204beffa43998a4a50fe6f80417a9585cd7d1d4 /adv_simd.h
parent1f1a7994c85f962954283eb27f1e6d9eb10d7ecb (diff)
downloadcryptopp-git-0a40a0c3cab53a6cc2d45a084d9c24d39fa97c96.tar.gz
Fix typos in documentation and comments (PR #1012)
Diffstat (limited to 'adv_simd.h')
-rw-r--r--adv_simd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/adv_simd.h b/adv_simd.h
index e5a0a43d..dbf28649 100644
--- a/adv_simd.h
+++ b/adv_simd.h
@@ -7,7 +7,7 @@
// have a commom pattern. Namely, they have a specialized implementation of
// AdvancedProcessBlocks which processes multiple block using hardware
// acceleration. After several implementations we noticed a lot of copy and
-// paste occuring. adv_simd.h provides a template to avoid the copy and paste.
+// paste occurring. adv_simd.h provides a template to avoid the copy and paste.
//
// There are 6 templates provided in this file. The number following the
// function name, 128, is the block size in bits. The name following the