diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-03-26 21:17:26 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-03-26 21:17:26 +0000 |
commit | 86f791e09092b52063cc42ce9ca4e5304d5fba49 (patch) | |
tree | a9939671e02de8291ca84b19087ac37a4492ddca /src/core/nginx.c | |
parent | f59ae65fa4be49154462ee3b7c16bc801c663f9c (diff) | |
download | nginx-86f791e09092b52063cc42ce9ca4e5304d5fba49.tar.gz nginx-86f791e09092b52063cc42ce9ca4e5304d5fba49.zip |
fix comments
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r-- | src/core/nginx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c index 5df96a438..a5fbccd40 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -919,7 +919,7 @@ ngx_core_module_create_conf(ngx_cycle_t *cycle) } /* - * set by pcalloc() + * set by ngx_pcalloc() * * ccf->pid = NULL; * ccf->oldpid = NULL; |