x86-64: Fix comment typo in memcmp-avx2-movbe.S

This commit is contained in:
Florian Weimer 2017-06-23 19:00:58 +02:00
parent b87d47396f
commit bc0382ae90
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View 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