diff options
| author | root <root> | 2010-06-29 10:51:18 +0000 | 
|---|---|---|
| committer | root <root> | 2010-06-29 10:51:18 +0000 | 
| commit | 17959bd80c733c8dd511a0918d584e93cea1652a (patch) | |
| tree | 4ce57e565472007262569d78c36194d2a9cd78d6 | |
| parent | 1b2665af7f7475fe12bf947f44322796ca5aa448 (diff) | |
Jose Pedro Oliveira
| -rw-r--r-- | ev.pod | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -1406,7 +1406,7 @@ other events are pending:       // are not yet ready to handle it.       ev_io_stop (EV_A_ w); -     // start the idle watcher to ahndle the actual event. +     // start the idle watcher to handle the actual event.       // it will not be executed as long as other watchers       // with the default priority are receiving events.       ev_idle_start (EV_A_ &idle);  | 
