# HG changeset patch # User Igor Sysoev # Date 1168358407 0 # Node ID 151ae1691971865c7dd67382c54771a570d046eb # Parent 1b9a4d92173f7e735cb41ba8e9d9fb32c42c5706 fix the comments diff --git a/src/core/ngx_cycle.c b/src/core/ngx_cycle.c --- 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;