mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
fix comment
This commit is contained in:
parent
89884a0a84
commit
bb3799d89f
@ -264,7 +264,7 @@ ngx_devpoll_del_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
|
|||||||
return NGX_OK;
|
return NGX_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* restore the paired event if it exists */
|
/* restore the pair event if it exists */
|
||||||
|
|
||||||
if (event == POLLIN) {
|
if (event == POLLIN) {
|
||||||
e = c->write;
|
e = c->write;
|
||||||
|
Loading…
Reference in New Issue
Block a user