fix comment
This commit is contained in:
parent
fc0be99221
commit
f8aa43a771
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue