changeset 7593:e84fb4991d74

Updated comment after 776d1bebdca2.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 18 Nov 2019 17:46:52 +0300
parents 776d1bebdca2
children 359b0ea2b067
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
+++ b/src/http/ngx_http_request.h
@@ -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;