--- Coro/doc/cede-vs-schedule 2005/03/03 17:20:31 1.2 +++ Coro/doc/cede-vs-schedule 2006/11/06 19:41:42 1.3 @@ -72,7 +72,7 @@ } } -It puts the waiting process into thr ready queue again. +It puts the waiting process into the ready queue again. "cede" is implemented like this (in C, but the basic idea is the same):