fix comment

This commit is contained in:
Igor Sysoev 2007-08-29 07:19:22 +00:00
parent fc0be99221
commit f8aa43a771

View file

@ -264,7 +264,7 @@ ngx_devpoll_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
return NGX_OK;
}
/* restore the paired event if it exists */
/* restore the pair event if it exists */
if (event == POLLIN) {
e = c->write;