From: Florian Weimer Date: Fri, 23 Jun 2017 17:00:58 +0000 (+0200) Subject: x86-64: Fix comment typo in memcmp-avx2-movbe.S X-Git-Tag: glibc-2.26~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc0382ae9041a71f098ec03f0e78ea9dd78e31ac;p=thirdparty%2Fglibc.git x86-64: Fix comment typo in memcmp-avx2-movbe.S --- diff --git a/ChangeLog b/ChangeLog index 093eea95bbc..95bc3b93b0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-06-23 Florian Weimer + + * sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S (between_2_3): Fix typo in comment. + 2017-06-23 Florian Weimer * resolv/res_libc.c: Reformat to GNU style. diff --git a/sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S b/sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S index 9d1921033e1..2cd2f71b853 100644 --- a/sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S +++ b/sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S @@ -148,7 +148,7 @@ L(between_2_3): movzbl -1(%rsi, %rdx), %esi orl %edi, %eax orl %esi, %ecx - /* Subtraction is okay because the upper 8 bits a zero. */ + /* Subtraction is okay because the upper 8 bits are zero. */ subl %ecx, %eax ret