diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-07-25 15:22:22 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-07-25 15:22:22 +0200 |
commit | 9def89e999478f2800a0e6ec33fab1dc9d18b659 (patch) | |
tree | d5c5ca91825df8b6808152b6dfce149c08bd7cae /exec | |
parent | 94779df38295bcd1b07795970685e0e5e2ce2a81 (diff) | |
download | hurd-9def89e999478f2800a0e6ec33fab1dc9d18b659.tar.gz hurd-9def89e999478f2800a0e6ec33fab1dc9d18b659.tar.bz2 hurd-9def89e999478f2800a0e6ec33fab1dc9d18b659.zip |
Fix references to startup in comments
Diffstat (limited to 'exec')
-rw-r--r-- | exec/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |