From: David Benjamin Date: Wed, 26 Jul 2017 16:30:27 +0000 (-0400) Subject: Fix comment typo. X-Git-Tag: OpenSSL_1_0_2m~49 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d33b35232931e36d83d8e7abe87069b3002727f9;p=oweals%2Fopenssl.git Fix comment typo. Reviewed-by: Ben Kaduk Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4023) (cherry picked from commit d67e755418b62fb451ec221c126c9935a06ea63b) --- diff --git a/crypto/x86_64cpuid.pl b/crypto/x86_64cpuid.pl index 240d361b5d..ef3608b134 100644 --- a/crypto/x86_64cpuid.pl +++ b/crypto/x86_64cpuid.pl @@ -190,7 +190,7 @@ OPENSSL_ia32_cpuid: .Lclear_avx: mov \$0xefffe7ff,%eax # ~(1<<28|1<<12|1<<11) and %eax,%r9d # clear AVX, FMA and AMD XOP bits - andl \$0xffffffdf,8(%rdi) # cleax AVX2, ~(1<<5) + andl \$0xffffffdf,8(%rdi) # clear AVX2, ~(1<<5) .Ldone: shl \$32,%r9 mov %r10d,%eax