From 54fd0bb6131bb84bf239474ff60822a45b9eca84 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 8 Dec 2008 14:15:19 +0000 Subject: update comment --- src/http/modules/ngx_http_limit_req_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; */ -- cgit