From: rtm Date: Sat, 20 Oct 2007 18:25:38 +0000 (+0000) Subject: proc_wait -> wait X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=fd6b029401e359ce25cf0c3d8c0f047b2e2a5632;p=cs3210-lab1.git proc_wait -> wait --- diff --git a/proc.c b/proc.c index 808a15e..0f7f159 100644 --- a/proc.c +++ b/proc.c @@ -382,7 +382,7 @@ exit(void) acquire(&proc_table_lock); - // Parent might be sleeping in proc_wait. + // Parent might be sleeping in wait(). wakeup1(cp->parent); // Pass abandoned children to init.