aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/arm/armv6/strcpy.S
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-30 23:02:29 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-30 23:02:29 +0000
commit65cc53fe7c6556b90159b8c3da1eb283792387db (patch)
tree879c71521e54f86942bf3ba2a39f9b4bc2dfb915 /sysdeps/arm/armv6/strcpy.S
parent4d0fe291aed3a476a3b59c4ecfae9d35ac0f15e8 (diff)
downloadglibc-65cc53fe7c6556b90159b8c3da1eb283792387db.zip
glibc-65cc53fe7c6556b90159b8c3da1eb283792387db.tar.gz
glibc-65cc53fe7c6556b90159b8c3da1eb283792387db.tar.bz2
Fix misspellings in sysdeps/ -- BZ 25337
Diffstat (limited to 'sysdeps/arm/armv6/strcpy.S')
-rw-r--r--sysdeps/arm/armv6/strcpy.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/arm/armv6/strcpy.S b/sysdeps/arm/armv6/strcpy.S
index e9f63a5..14c6bd2 100644
--- a/sysdeps/arm/armv6/strcpy.S
+++ b/sysdeps/arm/armv6/strcpy.S
@@ -61,7 +61,7 @@ ENTRY (strcpy)
cmpne r2, #0 @ ... or EOS
bne 1b
- @ Disambiguate the exit possibilites above
+ @ Disambiguate the exit possibilities above
cmp r2, #0 @ Found EOS
beq .Lreturn
@@ -70,7 +70,7 @@ ENTRY (strcpy)
pld [r0, #64]
pld [r1, #64]
- @ For longer strings, we actaully need a stack frame.
+ @ For longer strings, we actually need a stack frame.
push { r4, r5, r6, r7 }
cfi_adjust_cfa_offset (16)
cfi_rel_offset (r4, 0)