]> git.kaiwu.me - nginx.git/commitdiff
fix comment
authorIgor Sysoev <igor@sysoev.ru>
Fri, 18 Sep 2009 09:12:40 +0000 (09:12 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 18 Sep 2009 09:12:40 +0000 (09:12 +0000)
src/core/ngx_cycle.c

index fbfc9c67668d99c50571f7ef6e29d05de0f57809..17673d08235903dbd2e4b12aa636f8118474c54c 100644 (file)
@@ -698,8 +698,8 @@ old_shm_zone_done:
     if (ngx_process == NGX_PROCESS_MASTER || ngx_is_init_cycle(old_cycle)) {
 
         /*
-         * perl_destruct() frees environ if it is not the same as it was at
-         * perl_construct() time.  So we have saved an previous cycle
+         * perl_destruct() frees environ, if it is not the same as it was at
+         * perl_construct() time, therefore we save the previous cycle
          * environment before ngx_conf_parse() where it will be changed.
          */