# HG changeset patch # User Igor Sysoev # Date 1228745719 0 # Node ID 95004b25476c02e09cc90d0ad38ec758b7709632 # Parent 7b11f9a1bfe1454493ceb95d6fc6b45879b56339 update comment diff --git a/src/http/modules/ngx_http_limit_req_module.c b/src/http/modules/ngx_http_limit_req_module.c --- a/src/http/modules/ngx_http_limit_req_module.c +++ b/src/http/modules/ngx_http_limit_req_module.c @@ -513,7 +513,7 @@ ngx_http_limit_req_create_conf(ngx_conf_ * set by ngx_pcalloc(): * * conf->shm_zone = NULL; - * conf->burst = 0.0; + * conf->burst = 0; * conf->nodelay = 0; */