fix comments

This commit is contained in:
Igor Sysoev 2010-03-26 21:17:26 +00:00
parent f59ae65fa4
commit 86f791e090
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -73,7 +73,7 @@ ngx_google_perftools_create_conf(ngx_cycle_t *cycle)
}
/*
* set by pcalloc()
* set by ngx_pcalloc()
*
* gptcf->profiles = { 0, NULL };
*/