aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 093eea9..95bc3b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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.
2017-06-23 Florian Weimer <fweimer@redhat.com>
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