summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2011-06-04 05:44:16 +0000
committerroot <root>2011-06-04 05:44:16 +0000
commit3716d1fd724d0627bd0d92deba889a759f27cc79 (patch)
treee07c5ad93770368d79c4dd1e5264522a14da491f
parent9302b6e8c6244749ec6cc6ac074aa03f18a80a9a (diff)
*** empty log message ***
-rw-r--r--ev.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.pod b/ev.pod
index 1e444cb..0b8e578 100644
--- a/ev.pod
+++ b/ev.pod
@@ -954,7 +954,7 @@ overhead for the actual polling but can deliver many events at once.
By setting a higher I<io collect interval> you allow libev to spend more
time collecting I/O events, so you can handle more events per iteration,
at the cost of increasing latency. Timeouts (both C<ev_periodic> and
-C<ev_timer>) will be not affected. Setting this to a non-null value will
+C<ev_timer>) will not be affected. Setting this to a non-null value will
introduce an additional C<ev_sleep ()> call into most loop iterations. The
sleep time ensures that libev will not poll for I/O events more often then
once per this interval, on average.