summaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/poly1305/poly1305-x86_64.pl
diff options
context:
space:
mode:
authorJosh Soref <jsoref@gmail.com>2019-12-10 17:22:58 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-12-12 12:24:05 +0100
commit11a71b7d6971750a8892e1b18eb8688d91e48fe8 (patch)
treeef1146374f88894438069b3e777b34898645986b /src/crypto/zinc/poly1305/poly1305-x86_64.pl
parentcompat: support building for RHEL-8.1 instead of RHEL-8.0 (diff)
downloadwireguard-linux-compat-11a71b7d6971750a8892e1b18eb8688d91e48fe8.tar.xz
wireguard-linux-compat-11a71b7d6971750a8892e1b18eb8688d91e48fe8.zip
global: fix up spelling
Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/crypto/zinc/poly1305/poly1305-x86_64.pl')
-rw-r--r--src/crypto/zinc/poly1305/poly1305-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/zinc/poly1305/poly1305-x86_64.pl b/src/crypto/zinc/poly1305/poly1305-x86_64.pl
index 94c3c42..f994855 100644
--- a/src/crypto/zinc/poly1305/poly1305-x86_64.pl
+++ b/src/crypto/zinc/poly1305/poly1305-x86_64.pl
@@ -35,7 +35,7 @@
# Skylake-X system performance. Since we are likely to suppress
# AVX512F capability flag [at least on Skylake-X], conversion serves
# as kind of "investment protection". Note that next *lake processor,
-# Cannolake, has AVX512IFMA code path to execute...
+# Cannonlake, has AVX512IFMA code path to execute...
#
# Numbers are cycles per processed byte with poly1305_blocks alone,
# measured with rdtsc at fixed clock frequency.