fix the comments

This commit is contained in:
Igor Sysoev 2007-01-09 16:00:07 +00:00
parent 4e77a2bb83
commit a269c82bd5

View File

@ -594,7 +594,7 @@ ngx_init_cycle(ngx_cycle_t *old_cycle)
/* close and delete stuff that lefts from an 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; ls = old_cycle->listening.elts;
for (i = 0; i < old_cycle->listening.nelts; i++) { 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; part = &old_cycle->open_files.part;
file = part->elts; file = part->elts;