From 31d394232eb8544154198ec3de7328ab1a6b82a6 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sun, 24 Nov 2013 23:30:08 +0100 Subject: proc: update comments * proc/main.c (main): Update comment. The proc server is no longer PID 0. * proc/proc.h: Likewise. --- proc/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proc/main.c') diff --git a/proc/main.c b/proc/main.c index 73abbc07..6b18737a 100644 --- a/proc/main.c +++ b/proc/main.c @@ -84,7 +84,7 @@ main (int argc, char **argv, char **envp) /* Create the initial proc object for init (PID 1). */ startup_proc = create_startup_proc (); - /* Create our own proc object (we are PID 0). */ + /* Create our own proc object. */ self_proc = allocate_proc (mach_task_self ()); assert (self_proc); -- cgit v1.2.3