]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
x86-64: Fix comment typo in memcmp-avx2-movbe.S
authorFlorian Weimer <fweimer@redhat.com>
Fri, 23 Jun 2017 17:00:58 +0000 (19:00 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 23 Jun 2017 17:00:58 +0000 (19:00 +0200)
ChangeLog
sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S

index 093eea95bbc8efb35d23999f695d33ac9e1d5414..95bc3b93b0c51652cbfaad8ebaa39106c163eccd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-06-23  Florian Weimer  <fweimer@redhat.com>
+
+       * sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S (between_2_3): Fix typo in comment.
+
 2017-06-23  Florian Weimer  <fweimer@redhat.com>
 
        * resolv/res_libc.c: Reformat to GNU style.
index 9d1921033e1aea5cc5d1806e036f7d686c6296b6..2cd2f71b853f112a25753cf51081064fd169ab60 100644 (file)
@@ -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