mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -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->pid = NULL;
|
||||||
* ccf->oldpid = 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 };
|
* gptcf->profiles = { 0, NULL };
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user