From: David Benjamin Date: Wed, 26 Jul 2017 16:30:27 +0000 (-0400) Subject: Fix comment typo. X-Git-Tag: OpenSSL_1_1_1-pre1~964 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d67e755418b62fb451ec221c126c9935a06ea63b;p=oweals%2Fopenssl.git Fix comment typo. Reviewed-by: Ben Kaduk Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4023) --- 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