瀏覽代碼

Fix up a comment

Eric Andersen 24 年之前
父節點
當前提交
75ee43d1c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/sysdeps/linux/arm/crt0.S

+ 1 - 1
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