nginx-0.0.1-2003-01-28-18:56:37 import
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 48b1ced..37fe17e 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -51,7 +51,8 @@
 
 typedef struct {
     ngx_str_t   name;          /* location name */
-    void      **loc_conf;      /* used in translation handler */
+    void      **loc_conf;      /* pointer to modules loc_conf,
+                                  used in translation handler */
 
     ngx_str_t   doc_root;      /* 'root' */