aboutsummaryrefslogtreecommitdiff
path: root/src/event/modules/ngx_kqueue_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-02-01 08:10:52 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-02-01 08:10:52 +0000
commit328af6e8cd26f274bf385cfff3c888725746ea4f (patch)
tree9d543325432262cde3c248dad0595265bb15feea /src/event/modules/ngx_kqueue_module.c
parentbbcea6c3d79208d002710734d5f0826e7fc79465 (diff)
downloadnginx-328af6e8cd26f274bf385cfff3c888725746ea4f.tar.gz
nginx-328af6e8cd26f274bf385cfff3c888725746ea4f.zip
nginx-0.0.1-2004-02-01-11:10:52 import
Diffstat (limited to 'src/event/modules/ngx_kqueue_module.c')
-rw-r--r--src/event/modules/ngx_kqueue_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/modules/ngx_kqueue_module.c b/src/event/modules/ngx_kqueue_module.c
index da86726ff..e169c8c3e 100644
--- a/src/event/modules/ngx_kqueue_module.c
+++ b/src/event/modules/ngx_kqueue_module.c
@@ -431,7 +431,7 @@ static int ngx_kqueue_process_events(ngx_log_t *log)
if (ev->active == 0 || ev->instance != instance) {
/*
- * it's a stale event from a file descriptor
+ * the stale event from a file descriptor
* that was just closed in this iteration
*/