]> git.kaiwu.me - nginx.git/commitdiff
Updated comment after 776d1bebdca2.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 18 Nov 2019 14:46:52 +0000 (17:46 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 18 Nov 2019 14:46:52 +0000 (17:46 +0300)
src/http/ngx_http_request.h

index d19a389dc785ff316e901d19a50834c305d2f144..1aa9cd73ea395e71d243b81d934bd7ef85441178 100644 (file)
@@ -510,7 +510,7 @@ struct ngx_http_request_s {
     /*
      * instead of using the request context data in
      * ngx_http_limit_conn_module and ngx_http_limit_req_module
-     * we use the single bits in the request structure
+     * we use the bit fields in the request structure
      */
     unsigned                          limit_conn_set:1;
     unsigned                          limit_req_status:3;