summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2008-11-07 15:07:50 +0000
committerroot <root>2008-11-07 15:07:50 +0000
commit404477ffd3afe57cd7124c5a911ce467cafd35e9 (patch)
treeee4bed3d17a2242cecac4e9501c23eaec7cb7ec3
parent35ff0a33c92f24ba4b477e12b967e933c8b52607 (diff)
*** empty log message ***
-rw-r--r--ev_epoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_epoll.c b/ev_epoll.c
index f8f9835..b302e26 100644
--- a/ev_epoll.c
+++ b/ev_epoll.c
@@ -70,7 +70,7 @@ epoll_modify (EV_P_ int fd, int oev, int nev)
* on the assumption that the fd is gone anyways
* if that is wrong, we have to handle the spurious
* event in epoll_poll.
- * the fd is later added, we try to ADD it, and, if that
+ * if the fd is added again, we try to ADD it, and, if that
* fails, we assume it still has the same eventmask.
*/
if (!nev)