From: Igor Sysoev Date: Mon, 8 Dec 2008 14:15:19 +0000 (+0000) Subject: update comment X-Git-Tag: release-0.7.25~3 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=54fd0bb6131bb84bf239474ff60822a45b9eca84;p=nginx.git update comment --- diff --git a/src/http/modules/ngx_http_limit_req_module.c b/src/http/modules/ngx_http_limit_req_module.c index 94b6eba06..16fe6221e 100644 --- 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_t *cf) * set by ngx_pcalloc(): * * conf->shm_zone = NULL; - * conf->burst = 0.0; + * conf->burst = 0; * conf->nodelay = 0; */