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 --- auth/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/auth.c') 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) -- cgit v1.2.3