aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2012-02-10 09:56:37 +0000
committerValentin Bartenev <vbart@nginx.com>2012-02-10 09:56:37 +0000
commite35ff2a08c737a39171a74e3492dcce24e45d055 (patch)
tree65ee6d4e07890b5196173aa5fc5790f3ac9f42f6 /src/http/ngx_http_request.h
parent0f3d6715e73777cede6019b6eeb808050a9247b8 (diff)
downloadnginx-e35ff2a08c737a39171a74e3492dcce24e45d055.tar.gz
nginx-e35ff2a08c737a39171a74e3492dcce24e45d055.zip
Fixed module name in comment. It was forgotten in r4281.
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 220aa139b..108dba92d 100644
--- 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;