]> git.llucax.com Git - software/libev.git/blobdiff - ev.c
implement keepalive, kill struct
[software/libev.git] / ev.c
diff --git a/ev.c b/ev.c
index e83a1b5685b9bdda4eb55492551a75b7eb7c8fb7..9c5d42ba43f3f498e367981323b9483a80ea0296 100644 (file)
--- a/ev.c
+++ b/ev.c
@@ -1317,7 +1317,7 @@ ev_loop (EV_P_ int flags)
       periodics_reify (EV_A); /* absolute timers called first */
 #endif
 
-      /* queue idle watchers unless io or timers are pending */
+      /* queue idle watchers unless other events are pending */
       if (idlecnt && !any_pending (EV_A))
         queue_events (EV_A_ (W *)idles, idlecnt, EV_IDLE);