]> Devi Nivas Git - cs3210-lab1.git/commitdiff
proc_wait -> wait
authorrtm <rtm>
Sat, 20 Oct 2007 18:25:38 +0000 (18:25 +0000)
committerrtm <rtm>
Sat, 20 Oct 2007 18:25:38 +0000 (18:25 +0000)
proc.c

diff --git a/proc.c b/proc.c
index 808a15ea61110e62f0c31b8382228841e214b292..0f7f159f41ad0a8b99cded7c0bc42238571a2c40 100644 (file)
--- 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.