mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Fixed small typos.
This commit is contained in:
parent
b6e7eb0f57
commit
bef1657377
@ -83,8 +83,8 @@ static ngx_event_module_t ngx_kqueue_module_ctx = {
|
|||||||
ngx_kqueue_del_event, /* delete an event */
|
ngx_kqueue_del_event, /* delete an event */
|
||||||
ngx_kqueue_add_event, /* enable an event */
|
ngx_kqueue_add_event, /* enable an event */
|
||||||
ngx_kqueue_del_event, /* disable an event */
|
ngx_kqueue_del_event, /* disable an event */
|
||||||
NULL, /* add an connection */
|
NULL, /* add a connection */
|
||||||
NULL, /* delete an connection */
|
NULL, /* delete a connection */
|
||||||
#ifdef EVFILT_USER
|
#ifdef EVFILT_USER
|
||||||
ngx_kqueue_notify, /* trigger a notify */
|
ngx_kqueue_notify, /* trigger a notify */
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user