mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 13:42:55 +08:00
fix the comments
This commit is contained in:
parent
4e77a2bb83
commit
a269c82bd5
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user