# HG changeset patch # User Roman Arutyunyan # Date 1574088412 -10800 # Node ID e84fb4991d746a84412957beb25266e340d746b4 # Parent 776d1bebdca217e9ff20a6a5b2a4c67b11e5dbc5 Updated comment after 776d1bebdca2. diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h --- 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;