From 920ec2fe9edc3f053637e21c7e01ef52ca3b9104 Mon Sep 17 00:00:00 2001 From: Marc Alexander Lehmann Date: Thu, 21 Oct 2010 15:14:49 +0000 Subject: [PATCH] *** empty log message *** --- ev.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ev.pod b/ev.pod index 76df538..ba192de 100644 --- a/ev.pod +++ b/ev.pod @@ -1161,7 +1161,7 @@ and call libev functions on it that are documented to work on active watchers. =item pending If a watcher is active and libev determines that an event it is interested -in has occured (such as a timer expiring), it will become pending. It will +in has occurred (such as a timer expiring), it will become pending. It will stay in this pending state until either it is stopped or its callback is about to be invoked, so it is not normally pending inside the watcher callback.