OSDN Git Service

Fix up a comment
authorEric Andersen <andersen@codepoet.org>
Sat, 28 Apr 2001 04:20:49 +0000 (04:20 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 28 Apr 2001 04:20:49 +0000 (04:20 -0000)
libc/sysdeps/linux/arm/crt0.S

index a0fad12..243977b 100644 (file)
@@ -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