summaryrefslogtreecommitdiff
path: root/crypto/x86_64cpuid.pl
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2017-07-26 12:30:27 -0400
committerRich Salz <rsalz@openssl.org>2017-07-26 23:10:52 -0400
commitd67e755418b62fb451ec221c126c9935a06ea63b (patch)
treecce167d98bd0646359288167ac400857a7c3e29c /crypto/x86_64cpuid.pl
parent1d7f3350f8d6651296d5ef9c124439e9b56cf37b (diff)
downloadopenssl-new-d67e755418b62fb451ec221c126c9935a06ea63b.tar.gz
Fix comment typo.
Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4023)
Diffstat (limited to 'crypto/x86_64cpuid.pl')
-rw-r--r--crypto/x86_64cpuid.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x86_64cpuid.pl b/crypto/x86_64cpuid.pl
index da6d4a232b..f228c24ba1 100644
--- a/crypto/x86_64cpuid.pl
+++ b/crypto/x86_64cpuid.pl
@@ -207,7 +207,7 @@ OPENSSL_ia32_cpuid:
mov \$0xefffe7ff,%eax # ~(1<<28|1<<12|1<<11)
and %eax,%r9d # clear AVX, FMA and AMD XOP bits
mov \$0x3fdeffdf,%eax # ~(1<<31|1<<30|1<<21|1<<16|1<<5)
- and %eax,8(%rdi) # cleax AVX2 and AVX512* bits
+ and %eax,8(%rdi) # clear AVX2 and AVX512* bits
.Ldone:
shl \$32,%r9
mov %r10d,%eax