From 9def89e999478f2800a0e6ec33fab1dc9d18b659 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 25 Jul 2020 15:22:22 +0200 Subject: Fix references to startup in comments --- exec/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exec/main.c') diff --git a/exec/main.c b/exec/main.c index 84745991..9825d9cf 100644 --- a/exec/main.c +++ b/exec/main.c @@ -356,7 +356,7 @@ S_exec_init (struct trivfs_protid *protid, } mach_port_deallocate (mach_task_self (), procserver); - /* Call startup_essential task last; init assumes we are ready to + /* Call startup_essential task last; startup assumes we are ready to run once we call it. */ err = startup_essential_task (startup, mach_task_self (), MACH_PORT_NULL, "exec", host_priv); -- cgit v1.2.3