diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-06-02 03:40:12 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-06-02 23:46:32 +0000 |
commit | 2cbeda847bb58bfac73d2048e3e0300ff1b2b894 (patch) | |
tree | f22a04d6e72985be372db2b87876d351fc35e6c1 /sysdeps/alpha | |
parent | 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 (diff) | |
download | glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.tar glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.tar.gz glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.tar.bz2 glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.zip |
Fix a few more typos I missed in previous round -- BZ 25337
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r-- | sysdeps/alpha/alphaev6/memcpy.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/alpha/alphaev6/memcpy.S b/sysdeps/alpha/alphaev6/memcpy.S index 58c139aef2..28cd1e6710 100644 --- a/sysdeps/alpha/alphaev6/memcpy.S +++ b/sysdeps/alpha/alphaev6/memcpy.S @@ -190,7 +190,7 @@ $tail_bytes: $misaligned: mov $0, $4 # E : dest temp and $0, 7, $1 # E : dest alignment mod8 - beq $1, $dest_0mod8 # U : life doesnt totally suck + beq $1, $dest_0mod8 # U : life doesn't totally suck nop $aligndest: |