From 65cc53fe7c6556b90159b8c3da1eb283792387db Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Tue, 30 May 2023 23:02:29 +0000 Subject: Fix misspellings in sysdeps/ -- BZ 25337 --- sysdeps/hppa/dl-trampoline.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysdeps/hppa/dl-trampoline.S') 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) -- cgit v1.1