From: Igor Sysoev Date: Tue, 9 Jan 2007 16:00:07 +0000 (+0000) Subject: fix the comments X-Git-Tag: release-0.5.6~4 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=a269c82bd585bb21f89c6fd42f9486f222a94150;p=nginx.git fix the comments --- 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;