--- cvsroot/Coro/Coro.pm 2009/06/17 21:36:35 1.255 +++ cvsroot/Coro/Coro.pm 2009/06/17 21:38:23 1.256 @@ -400,7 +400,7 @@ # use like this: timeslice { # The following is an endless loop that would normally - # monopolise the process. Sicne it runs in a timeslice + # monopolise the process. Since it runs in a timesliced # environment, it will regularly cede to other threads. while () { } };