summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-12-08 14:15:19 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-12-08 14:15:19 +0000
commit54fd0bb6131bb84bf239474ff60822a45b9eca84 (patch)
tree189027bb779f81b809faf0e9a3610212dbb3b677 /src
parent61591d111fd2c18d1d0d839faf5d9714f3e37146 (diff)
downloadnginx-54fd0bb6131bb84bf239474ff60822a45b9eca84.tar.gz
nginx-54fd0bb6131bb84bf239474ff60822a45b9eca84.tar.bz2
update comment
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_limit_req_module.c2
1 files changed, 1 insertions, 1 deletions
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;
*/