diff options
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 ed9f7af7e7..689c6e1a40 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) |