Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-18 00:13:29 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-05-18 00:13:29 +0400
commit1daaa008fbb1654bce61fa8746a57457fa58e1d4 (patch)
tree9961b9b3a1342ceb9626b19fce1956f42cb77833 /src
parentfdf8e1e183419b51f2571b714d44f47e0c537076 (diff)
update comments missed in r2513
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c
index 04a1dad47..b0915157c 100644
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -1180,12 +1180,12 @@ ngx_http_add_ports(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,
continue;
}
- /* a port is already in the in_port list */
+ /* a port is already in the port list */
return ngx_http_add_addresses(cf, cscf, &port[i], listen);
}
- /* add a port to the in_port list */
+ /* add a port to the port list */
port = ngx_array_push(ports);
if (port == NULL) {
@@ -1279,7 +1279,7 @@ ngx_http_add_addresses(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,
/*
* add the server address, the server names and the server core module
- * configurations to the port (in_port)
+ * configurations to the port list
*/
static ngx_int_t