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/misc/ngx_google_perftools_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc') diff --git a/src/misc/ngx_google_perftools_module.c b/src/misc/ngx_google_perftools_module.c index a36220e80..8be5b97ec 100644 --- a/src/misc/ngx_google_perftools_module.c +++ b/src/misc/ngx_google_perftools_module.c @@ -73,7 +73,7 @@ ngx_google_perftools_create_conf(ngx_cycle_t *cycle) } /* - * set by pcalloc() + * set by ngx_pcalloc() * * gptcf->profiles = { 0, NULL }; */ -- cgit