aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-06-23 19:00:58 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-23 19:00:58 +0200
commitbc0382ae9041a71f098ec03f0e78ea9dd78e31ac (patch)
tree97d2a7aa6414d6f0fe97d9d2f9605cdbfd7c8593 /sysdeps/x86_64/multiarch
parentb87d47396f8e036a111fed8816254cfe1cf87cb2 (diff)
downloadglibc-bc0382ae9041a71f098ec03f0e78ea9dd78e31ac.zip
glibc-bc0382ae9041a71f098ec03f0e78ea9dd78e31ac.tar.gz
glibc-bc0382ae9041a71f098ec03f0e78ea9dd78e31ac.tar.bz2
x86-64: Fix comment typo in memcmp-avx2-movbe.S
Diffstat (limited to 'sysdeps/x86_64/multiarch')
-rw-r--r--sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S b/sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S
index 9d19210..2cd2f71 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