aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_cycle.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-01-09 16:00:07 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-01-09 16:00:07 +0000
commita269c82bd585bb21f89c6fd42f9486f222a94150 (patch)
tree9af437d5c974baabe494f220b54fd43607c75cbe /src/core/ngx_cycle.c
parent4e77a2bb83260015bd60156916178f0eb658da82 (diff)
downloadnginx-a269c82bd585bb21f89c6fd42f9486f222a94150.tar.gz
nginx-a269c82bd585bb21f89c6fd42f9486f222a94150.zip
fix the comments
Diffstat (limited to 'src/core/ngx_cycle.c')
-rw-r--r--src/core/ngx_cycle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ngx_cycle.c b/src/core/ngx_cycle.c
index 2fd20b01b..84be87542 100644
--- a/src/core/ngx_cycle.c
+++ b/src/core/ngx_cycle.c
@@ -594,7 +594,7 @@ ngx_init_cycle(ngx_cycle_t *old_cycle)
/* close and delete stuff that lefts from an old cycle */
- /* close the unneeded listening sockets */
+ /* close the unnecessary listening sockets */
ls = old_cycle->listening.elts;
for (i = 0; i < old_cycle->listening.nelts; i++) {
@@ -610,7 +610,7 @@ ngx_init_cycle(ngx_cycle_t *old_cycle)
}
- /* close the unneeded open files */
+ /* close the unnecessary open files */
part = &old_cycle->open_files.part;
file = part->elts;