changeset 2375:95004b25476c

update comment
author Igor Sysoev <igor@sysoev.ru>
date Mon, 08 Dec 2008 14:15:19 +0000
parents 7b11f9a1bfe1
children 29d89920a749
files src/http/modules/ngx_http_limit_req_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
      */