changeset 4457:50f463258eea

Fixed module name in comment. It was forgotten in r4281.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 10 Feb 2012 09:56:37 +0000
parents 6d40dc8e5ed1
children 2d4ff8bd5649
files src/http/ngx_http_request.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_request.h	Thu Feb 09 16:18:02 2012 +0000
+++ b/src/http/ngx_http_request.h	Fri Feb 10 09:56:37 2012 +0000
@@ -478,7 +478,7 @@
 
     /*
      * 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;