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