aboutsummaryrefslogtreecommitdiff
path: root/proc/mgt.c
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2016-08-07 15:16:57 +0200
committerJustus Winter <justus@gnupg.org>2016-08-07 23:17:33 +0200
commitceae83bd25aadee094ec9d3a95cf27510cea2037 (patch)
tree4f774137ec31cc8e2563825a6d4f84ca7406289e /proc/mgt.c
parentbc170131016969f1d79409337833046ae1f4501b (diff)
downloadhurd-ceae83bd25aadee094ec9d3a95cf27510cea2037.tar.gz
hurd-ceae83bd25aadee094ec9d3a95cf27510cea2037.tar.bz2
hurd-ceae83bd25aadee094ec9d3a95cf27510cea2037.zip
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.
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;