aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-09-18 09:12:40 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-09-18 09:12:40 +0000
commit2d95c3f2105b6b23c6befb2486ff1a7ec5650e96 (patch)
tree6d0e5e783e7796761ce353da67589c6f59d28907 /src
parentc828202087e260425720f01a1564a5feeefc89c1 (diff)
downloadnginx-2d95c3f2105b6b23c6befb2486ff1a7ec5650e96.tar.gz
nginx-2d95c3f2105b6b23c6befb2486ff1a7ec5650e96.zip
fix comment
Diffstat (limited to 'src')
-rw-r--r--src/core/ngx_cycle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ngx_cycle.c b/src/core/ngx_cycle.c
index fbfc9c676..17673d082 100644
--- a/src/core/ngx_cycle.c
+++ b/src/core/ngx_cycle.c
@@ -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.
*/