diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S | 2 |
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 |