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 /auth | |
parent | 94779df38295bcd1b07795970685e0e5e2ce2a81 (diff) | |
download | hurd-9def89e999478f2800a0e6ec33fab1dc9d18b659.tar.gz hurd-9def89e999478f2800a0e6ec33fab1dc9d18b659.tar.bz2 hurd-9def89e999478f2800a0e6ec33fab1dc9d18b659.zip |
Fix references to startup in comments
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth.c b/auth/auth.c index bc5e87aa..886a9cfb 100644 --- a/auth/auth.c +++ b/auth/auth.c @@ -503,7 +503,7 @@ main (int argc, char **argv) idvec_merge (&firstauth->egids, &firstauth->euids); idvec_merge (&firstauth->agids, &firstauth->auids); - /* Fetch our bootstrap port and contact the bootstrap filesystem. */ + /* Fetch our bootstrap port and contact startup. */ err = task_get_bootstrap_port (mach_task_self (), &boot); assert_perror_backtrace (err); if (boot == MACH_PORT_NULL) |