--- cvsroot/Coro/Coro.pm 2008/11/14 23:48:10 1.217 +++ cvsroot/Coro/Coro.pm 2008/11/15 06:26:52 1.218 @@ -277,7 +277,7 @@ } sub async_pool(&@) { - # this is also inlined into the unlock_scheduler + # this is also inlined into the unblock_scheduler my $coro = (pop @async_pool) || new Coro \&pool_handler; $coro->{_invoke} = [@_];