diff options
| author | root <root> | 2008-11-07 15:07:50 +0000 | 
|---|---|---|
| committer | root <root> | 2008-11-07 15:07:50 +0000 | 
| commit | 404477ffd3afe57cd7124c5a911ce467cafd35e9 (patch) | |
| tree | ee4bed3d17a2242cecac4e9501c23eaec7cb7ec3 | |
| parent | 35ff0a33c92f24ba4b477e12b967e933c8b52607 (diff) | |
*** empty log message ***
| -rw-r--r-- | ev_epoll.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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) | 
