]> git.kaiwu.me - nginx.git/commitdiff
fix comments
authorIgor Sysoev <igor@sysoev.ru>
Fri, 26 Mar 2010 21:17:26 +0000 (21:17 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 26 Mar 2010 21:17:26 +0000 (21:17 +0000)
src/core/nginx.c
src/misc/ngx_google_perftools_module.c

index 5df96a4385ed954c83f61756c0f70a77e6b3964d..a5fbccd407f7c031e2ec9d558eebbf7e80402b92 100644 (file)
@@ -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;
index a36220e80d1f0b241759ef91ca2763828193da1e..8be5b97ec9bdf1e20c0fccf67fc39121f85facc0 100644 (file)
@@ -73,7 +73,7 @@ ngx_google_perftools_create_conf(ngx_cycle_t *cycle)
     }
 
     /*
-     * set by pcalloc()
+     * set by ngx_pcalloc()
      *
      *     gptcf->profiles = { 0, NULL };
      */