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/misc/ngx_google_perftools_module.c | |
parent | f59ae65fa4be49154462ee3b7c16bc801c663f9c (diff) | |
download | nginx-86f791e09092b52063cc42ce9ca4e5304d5fba49.tar.gz nginx-86f791e09092b52063cc42ce9ca4e5304d5fba49.zip |
fix comments
Diffstat (limited to 'src/misc/ngx_google_perftools_module.c')
-rw-r--r-- | src/misc/ngx_google_perftools_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; */ |