]> git.kaiwu.me - nginx.git/commitdiff
fix the comments
authorIgor Sysoev <igor@sysoev.ru>
Tue, 9 Jan 2007 16:00:07 +0000 (16:00 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 9 Jan 2007 16:00:07 +0000 (16:00 +0000)
src/core/ngx_cycle.c

index 2fd20b01b913c3d3ed4eea3ed2511b699790a870..84be87542d23fe628a42af8ffa221180e655cfde 100644 (file)
@@ -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;