summaryrefslogtreecommitdiff
path: root/proc/proc.h
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-24 23:30:08 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-28 13:13:32 +0100
commit31d394232eb8544154198ec3de7328ab1a6b82a6 (patch)
tree4f55a606fb6028a7800d27fb6bfaf9fd10d00f60 /proc/proc.h
parent78636c03a561d3a9a1b7c008dc390fe854196309 (diff)
proc: update comments
* proc/main.c (main): Update comment. The proc server is no longer PID 0. * proc/proc.h: Likewise.
Diffstat (limited to 'proc/proc.h')
-rw-r--r--proc/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/proc.h b/proc/proc.h
index dcfc0dbc..d528a7dd 100644
--- a/proc/proc.h
+++ b/proc/proc.h
@@ -133,7 +133,7 @@ struct exc
};
mach_port_t authserver;
-struct proc *self_proc; /* process 0 (us) */
+struct proc *self_proc; /* process HURD_PID_PROC (us) */
struct proc *startup_proc; /* process 1 (init) */
struct port_bucket *proc_bucket;