# HG changeset patch # User Valentin Bartenev # Date 1328867797 0 # Node ID 50f463258eeaaa1d38e6756f395568b18ed4ef65 # Parent 6d40dc8e5ed1f5a1249a651bb35b7e5c2b85fdf5 Fixed module name in comment. It was forgotten in r4281. diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -478,7 +478,7 @@ struct ngx_http_request_s { /* * instead of using the request context data in - * ngx_http_limit_zone_module and ngx_http_limit_req_module + * ngx_http_limit_conn_module and ngx_http_limit_req_module * we use the single bits in the request structure */ unsigned limit_conn_set:1;