From: Roman Arutyunyan Date: Mon, 18 Nov 2019 14:46:52 +0000 (+0300) Subject: Updated comment after 776d1bebdca2. X-Git-Tag: release-1.17.6~4 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=271b12c71172b77ba6db6f5c8ab8ee67f0918fa3;p=nginx.git Updated comment after 776d1bebdca2. --- diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index d19a389dc..1aa9cd73e 100644 --- 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;