summaryrefslogtreecommitdiff
path: root/proc/mgt.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc/mgt.c')
-rw-r--r--proc/mgt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proc/mgt.c b/proc/mgt.c
index 128a1c8b..48a252e1 100644
--- a/proc/mgt.c
+++ b/proc/mgt.c
@@ -994,8 +994,8 @@ S_proc_mark_important (struct proc *p)
exempt from this restriction, as startup_proc calls this on their
behalf. The kernel process is a notable example of an process
that needs this exemption. That is not an problem however, since
- all children of /hurd/init are important and we mark them as such
- anyway. */
+ all children of /hurd/startup are important and we mark them as
+ such anyway. */
if (! check_uid (p, 0) && ! check_owner (startup_proc, p))
return EPERM;