From: David Benjamin Date: Wed, 26 Jul 2017 16:30:27 +0000 (-0400) Subject: Fix comment typo. X-Git-Tag: OpenSSL_1_1_0g~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=574496c0537ac12b3e313fbcfe271e5e609388ae;p=openssl 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 7995b5cc25..1a6f728de1 100644 --- a/crypto/x86_64cpuid.pl +++ b/crypto/x86_64cpuid.pl @@ -197,7 +197,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