diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-23 12:11:30 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-23 15:23:09 +0000 |
commit | 0b25c28e028b63c95108c442d8112811107e4c13 (patch) | |
tree | bc40fc56ca65a34e333ea492e21edffcb8d3103f /sysdeps/powerpc/powerpc64/power7/strcmp.S | |
parent | d13733c166b71ac05056f553f0afdc8a363b2820 (diff) | |
download | glibc-0b25c28e028b63c95108c442d8112811107e4c13.tar.gz glibc-0b25c28e028b63c95108c442d8112811107e4c13.tar.xz glibc-0b25c28e028b63c95108c442d8112811107e4c13.zip |
Fix misspellings in sysdeps/powerpc -- BZ 25337
All fixes are in comments, so the binaries should be identical before/after this commit, but I can't verify this. Reviewed-by: Rajalakshmi Srinivasaraghavan <rajis@linux.ibm.com>
Diffstat (limited to 'sysdeps/powerpc/powerpc64/power7/strcmp.S')
-rw-r--r-- | sysdeps/powerpc/powerpc64/power7/strcmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/powerpc64/power7/strcmp.S b/sysdeps/powerpc/powerpc64/power7/strcmp.S index c1c2a6f6b3..bd41639c5d 100644 --- a/sysdeps/powerpc/powerpc64/power7/strcmp.S +++ b/sysdeps/powerpc/powerpc64/power7/strcmp.S @@ -17,7 +17,7 @@ <https://www.gnu.org/licenses/>. */ /* The optimization is achieved here through cmpb instruction. - 8byte aligned strings are processed with double word comparision + 8byte aligned strings are processed with double word comparison and unaligned strings are handled effectively with loop unrolling technique */ |