From ceae83bd25aadee094ec9d3a95cf27510cea2037 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Sun, 7 Aug 2016 15:16:57 +0200 Subject: proc: Fix references to the startup server. * proc/main.c: Fix references to the startup server in code and comments. * proc/mgt.c: Likewise. * proc/msg.c: Likewise. * proc/proc.h: Likewise. --- proc/mgt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proc/mgt.c') 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; -- cgit v1.2.3