Fixed module name in comment. It was forgotten in r4281.

This commit is contained in:
Valentin Bartenev 2012-02-10 09:56:37 +00:00
parent 0f3d6715e7
commit e35ff2a08c

View File

@ -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;