diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-23 03:57:01 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-23 10:25:11 +0000 |
commit | 1e9d5987fd94b88bdf4ebfb9f13d4a472d529cdd (patch) | |
tree | 687d8966ab7a4d94d6d3f684a0410ba4fa3b1cd4 /sysdeps/x86_64/multiarch/strchr-sse2.S | |
parent | ec9a66cd01a73c185bb42cdc032f88b472598feb (diff) | |
download | glibc-1e9d5987fd94b88bdf4ebfb9f13d4a472d529cdd.tar glibc-1e9d5987fd94b88bdf4ebfb9f13d4a472d529cdd.tar.gz glibc-1e9d5987fd94b88bdf4ebfb9f13d4a472d529cdd.tar.bz2 glibc-1e9d5987fd94b88bdf4ebfb9f13d4a472d529cdd.zip |
Fix misspellings in sysdeps/x86_64 -- BZ 25337.
Applying this commit results in bit-identical rebuild of libc.so.6
math/libm.so.6 elf/ld-linux-x86-64.so.2 mathvec/libmvec.so.1
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'sysdeps/x86_64/multiarch/strchr-sse2.S')
-rw-r--r-- | sysdeps/x86_64/multiarch/strchr-sse2.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/multiarch/strchr-sse2.S b/sysdeps/x86_64/multiarch/strchr-sse2.S index 6036016fc7..192cd136b6 100644 --- a/sysdeps/x86_64/multiarch/strchr-sse2.S +++ b/sysdeps/x86_64/multiarch/strchr-sse2.S @@ -86,7 +86,7 @@ L(next_48_bytes): jne L(return) L(loop_start): /* We use this alignment to force loop be aligned to 8 but not - 16 bytes. This gives better sheduling on AMD processors. */ + 16 bytes. This gives better scheduling on AMD processors. */ .p2align 4 pxor %xmm6, %xmm6 andq $-64, %rdi |