comparison src/core/nginx.c @ 3480:f4957081d935

fix comments
author Igor Sysoev <igor@sysoev.ru>
date Fri, 26 Mar 2010 21:17:26 +0000
parents d788521e4b0e
children dd1570b6f237
comparison
equal deleted inserted replaced
3479:bfd1912e55a9 3480:f4957081d935
917 if (ccf == NULL) { 917 if (ccf == NULL) {
918 return NULL; 918 return NULL;
919 } 919 }
920 920
921 /* 921 /*
922 * set by pcalloc() 922 * set by ngx_pcalloc()
923 * 923 *
924 * ccf->pid = NULL; 924 * ccf->pid = NULL;
925 * ccf->oldpid = NULL; 925 * ccf->oldpid = NULL;
926 * ccf->priority = 0; 926 * ccf->priority = 0;
927 * ccf->cpu_affinity_n = 0; 927 * ccf->cpu_affinity_n = 0;