summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-03-26 21:17:26 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-03-26 21:17:26 +0000
commit86f791e09092b52063cc42ce9ca4e5304d5fba49 (patch)
treea9939671e02de8291ca84b19087ac37a4492ddca
parentf59ae65fa4be49154462ee3b7c16bc801c663f9c (diff)
downloadnginx-86f791e09092b52063cc42ce9ca4e5304d5fba49.tar.gz
nginx-86f791e09092b52063cc42ce9ca4e5304d5fba49.tar.bz2
fix comments
-rw-r--r--src/core/nginx.c2
-rw-r--r--src/misc/ngx_google_perftools_module.c2
2 files changed, 2 insertions, 2 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;
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 };
*/