From 86f791e09092b52063cc42ce9ca4e5304d5fba49 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 26 Mar 2010 21:17:26 +0000 Subject: fix comments --- src/core/nginx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') 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; -- cgit