summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
authorrtm <rtm>2007-10-20 18:25:38 +0000
committerrtm <rtm>2007-10-20 18:25:38 +0000
commitfd6b029401e359ce25cf0c3d8c0f047b2e2a5632 (patch)
tree9c9a89906e52fd18db2755c6224e4eca106b69b3 /proc.c
parent949352af6695cfbfc91a5c0e24ddae95c497b008 (diff)
downloadxv6-labs-fd6b029401e359ce25cf0c3d8c0f047b2e2a5632.tar.gz
xv6-labs-fd6b029401e359ce25cf0c3d8c0f047b2e2a5632.tar.bz2
xv6-labs-fd6b029401e359ce25cf0c3d8c0f047b2e2a5632.zip
proc_wait -> wait
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
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.