From 06cb1bbb47d4da247fea3d6852031f0cd9c3016b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Sat, 30 Dec 2023 23:05:31 -0500 Subject: [PATCH] Clean up comments --- libc/crt/crt.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libc/crt/crt.S b/libc/crt/crt.S index 3340181f3..f55042d09 100644 --- a/libc/crt/crt.S +++ b/libc/crt/crt.S @@ -147,8 +147,8 @@ _start: // should be set to zero on other platforms mov x1,x15 -// third arg (x2) is the program path passed by ape-m1.c -// fourth arg (x3) is os +// third arg is program path passed by loader +// fourth arg is detected os passed by loader // switch to c code bl cosmo