diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-30 23:02:29 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-30 23:02:29 +0000 |
commit | 65cc53fe7c6556b90159b8c3da1eb283792387db (patch) | |
tree | 879c71521e54f86942bf3ba2a39f9b4bc2dfb915 /sysdeps/hppa/dl-trampoline.S | |
parent | 4d0fe291aed3a476a3b59c4ecfae9d35ac0f15e8 (diff) | |
download | glibc-65cc53fe7c6556b90159b8c3da1eb283792387db.zip glibc-65cc53fe7c6556b90159b8c3da1eb283792387db.tar.gz glibc-65cc53fe7c6556b90159b8c3da1eb283792387db.tar.bz2 |
Fix misspellings in sysdeps/ -- BZ 25337
Diffstat (limited to 'sysdeps/hppa/dl-trampoline.S')
-rw-r--r-- | sysdeps/hppa/dl-trampoline.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/hppa/dl-trampoline.S b/sysdeps/hppa/dl-trampoline.S index ed9f7af..689c6e1 100644 --- a/sysdeps/hppa/dl-trampoline.S +++ b/sysdeps/hppa/dl-trampoline.S @@ -272,7 +272,7 @@ L(cpe): addi 63, %r28, %r28 depi 0, 27, 6, %r28 - /* Calcualte start of stack copy */ + /* Calculate start of stack copy */ ldo -192(%sp),%r2 /* Increate the stack by *framesizep */ @@ -281,14 +281,14 @@ L(cpe): /* Save stack pointer */ stw %r1, -4(%sp) - /* Single byte copy of prevous stack onto newly allocated stack */ + /* Single byte copy of previous stack onto newly allocated stack */ 1: ldb %r28(%r2), %r1 add %r28, %sp, %r26 stb %r1, 0(%r26) addi,< -1,%r28,%r28 b,n 1b - /* Retore r28 and r27 and r2 already points at -192(%sp) */ + /* Restore r28 and r27 and r2 already points at -192(%sp) */ ldw 0(%r2),%r28 ldw 84(%r2),%r26 @@ -324,7 +324,7 @@ L(cont): /* Unwind the stack */ ldo 192(%sp),%sp - /* Retore callers rp */ + /* Restore callers rp */ ldw -20(%sp),%rp /* Return */ bv,n 0(%r2) |