Skip to content
Snippets Groups Projects
Commit fd6b0294 authored by rtm's avatar rtm
Browse files

proc_wait -> wait

parent 949352af
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment