summaryrefslogtreecommitdiff
path: root/adv_simd.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-03-04 22:49:25 -0500
committerJeffrey Walton <noloader@gmail.com>2021-03-04 22:49:25 -0500
commit8e9cb9d9d8f4ed2423600d232860b7db49091e8a (patch)
tree83010d5a5527f1c043a554e3b897903ded413d50 /adv_simd.h
parent1a5346c6c797b585dbc761c0d5c93c0073dee843 (diff)
downloadcryptopp-git-8e9cb9d9d8f4ed2423600d232860b7db49091e8a.tar.gz
Whitespace check-in
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 dbf28649..5e2ff58b 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 occurring. 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