comparison src/misc/ngx_google_perftools_module.c @ 3480:f4957081d935

fix comments
author Igor Sysoev <igor@sysoev.ru>
date Fri, 26 Mar 2010 21:17:26 +0000
parents eb8660fecc12
children d620f497c50f
comparison
equal deleted inserted replaced
3479:bfd1912e55a9 3480:f4957081d935
71 if (gptcf == NULL) { 71 if (gptcf == NULL) {
72 return NULL; 72 return NULL;
73 } 73 }
74 74
75 /* 75 /*
76 * set by pcalloc() 76 * set by ngx_pcalloc()
77 * 77 *
78 * gptcf->profiles = { 0, NULL }; 78 * gptcf->profiles = { 0, NULL };
79 */ 79 */
80 80
81 return gptcf; 81 return gptcf;