mirror of
https://github.com/nginx/nginx.git
synced 2026-08-29 05:22:03 +00:00
fix comments
This commit is contained in:
parent
f59ae65fa4
commit
86f791e090
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ ngx_google_perftools_create_conf(ngx_cycle_t *cycle)
|
|||
}
|
||||
|
||||
/*
|
||||
* set by pcalloc()
|
||||
* set by ngx_pcalloc()
|
||||
*
|
||||
* gptcf->profiles = { 0, NULL };
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue