mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-23 13:09:58 +08:00
x86-64: Fix comment typo in memcmp-avx2-movbe.S
This commit is contained in:
parent
b87d47396f
commit
bc0382ae90
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user