# HG changeset patch # User Igor Sysoev # Date 1242591209 0 # Node ID dfe04af9d30bb6fcc73a8b441c9e4e054015d510 # Parent d791586bb149498d434d71a08298d70e68d70cf6 update comments missed in r2513 diff -r d791586bb149 -r dfe04af9d30b src/http/ngx_http.c --- a/src/http/ngx_http.c Sun May 17 19:58:37 2009 +0000 +++ b/src/http/ngx_http.c Sun May 17 20:13:29 2009 +0000 @@ -1180,12 +1180,12 @@ 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 @@ /* * 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