mirror of
https://github.com/nginx/nginx.git
synced 2024-12-19 05:33:52 -06:00
fix comments
This commit is contained in:
parent
f59ae65fa4
commit
86f791e090
@ -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…
Reference in New Issue
Block a user