summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat <mberchtold@gmail.com>2018-07-17 09:48:27 -0400
committerRich Salz <rsalz@openssl.org>2018-07-17 10:20:45 -0400
commit1a50eedf2a1fbb1e0e009ad616d8be678e4c6340 (patch)
tree4801493f30c53628f7bf45664ab34847d1e1bab9
parent910fff7eb6cb8175fec4535ede09dc871c9895ac (diff)
Fix typo in x25519-x86_64.pl
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6726)
-rwxr-xr-xcrypto/ec/asm/x25519-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/asm/x25519-x86_64.pl b/crypto/ec/asm/x25519-x86_64.pl
index da81e065d4..18dc6af9fa 100755
--- a/crypto/ec/asm/x25519-x86_64.pl
+++ b/crypto/ec/asm/x25519-x86_64.pl
@@ -13,7 +13,7 @@
# details see http://www.openssl.org/~appro/cryptogams/.
# ====================================================================
#
-# X25519 lower-level primitives for x86_86.
+# X25519 lower-level primitives for x86_64.
#
# February 2018.
#