Fixed small typos.

This commit is contained in:
Artem 2025-04-11 10:06:58 +03:00 committed by GitHub
parent b6e7eb0f57
commit bef1657377
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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