From bc0382ae9041a71f098ec03f0e78ea9dd78e31ac Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 23 Jun 2017 19:00:58 +0200 Subject: x86-64: Fix comment typo in memcmp-avx2-movbe.S --- sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/x86_64/multiarch') diff --git a/sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S b/sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S index 9d1921033e..2cd2f71b85 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 -- cgit 1.4.1