diff options
author | Justus Winter <justus@gnupg.org> | 2016-08-07 15:16:57 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-08-07 23:17:33 +0200 |
commit | ceae83bd25aadee094ec9d3a95cf27510cea2037 (patch) | |
tree | 4f774137ec31cc8e2563825a6d4f84ca7406289e /proc/proc.h | |
parent | bc170131016969f1d79409337833046ae1f4501b (diff) |
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/proc.h')
-rw-r--r-- | proc/proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/proc.h b/proc/proc.h index 4be1de4e..2c08fd13 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -140,7 +140,7 @@ struct exc mach_port_t authserver; struct proc *self_proc; /* process HURD_PID_PROC (us) */ struct proc *init_proc; /* process 1 (sysvinit) */ -struct proc *startup_proc; /* process 2 (hurd/init) */ +struct proc *startup_proc; /* process 2 (hurd/startup) */ struct port_bucket *proc_bucket; struct port_class *proc_class; |