]> git.kaiwu.me - nginx.git/commitdiff
Fixed module name in comment. It was forgotten in r4281.
authorValentin Bartenev <vbart@nginx.com>
Fri, 10 Feb 2012 09:56:37 +0000 (09:56 +0000)
committerValentin Bartenev <vbart@nginx.com>
Fri, 10 Feb 2012 09:56:37 +0000 (09:56 +0000)
src/http/ngx_http_request.h

index 220aa139bfe97b5a72ca6834daf7159aff36e0b1..108dba92d7b226fdef26a25decc770031a290b34 100644 (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;