summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-28 04:20:49 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-28 04:20:49 +0000
commit75ee43d1c2bc330fd4ce44c4ee3f5d2d2476e5bf (patch)
treee8a747ede3e85cfa8e7025461eb3cdc667e15933 /libc
parentdcea56a735ba509a482898266d7129b340734fec (diff)
Fix up a comment
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/arm/crt0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/crt0.S b/libc/sysdeps/linux/arm/crt0.S
index a0fad121c..243977b7f 100644
--- a/libc/sysdeps/linux/arm/crt0.S
+++ b/libc/sysdeps/linux/arm/crt0.S
@@ -55,7 +55,7 @@ _start:
mov r1, sp
/* Skip to the end of argv and put a pointer to whatever
- we find there (hopefully the environment) in a3 */
+ we find there (hopefully the environment) in r2 */
add r2, r1, r0, lsl #2
add r2, r2, #4