]> git.kaiwu.me - nginx.git/commitdiff
update comment
authorIgor Sysoev <igor@sysoev.ru>
Mon, 8 Dec 2008 14:15:19 +0000 (14:15 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 8 Dec 2008 14:15:19 +0000 (14:15 +0000)
src/http/modules/ngx_http_limit_req_module.c

index 94b6eba068069a21238d4272156e87934a6e6290..16fe6221e34d2f242aae16776304b7e92e40139c 100644 (file)
@@ -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;
      */