From: Rainer Jung Date: Tue, 31 Jan 2012 14:02:01 +0000 (+0000) Subject: Fix copy&paste error in comment. X-Git-Tag: 2.4.1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54965aad6c6c2589534e809a0fc4303c4242b496;p=apache Fix copy&paste error in comment. Backport of r1238545 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238550 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_reqtimeout.c b/modules/filters/mod_reqtimeout.c index e71a3251af..3250efcade 100644 --- a/modules/filters/mod_reqtimeout.c +++ b/modules/filters/mod_reqtimeout.c @@ -44,7 +44,7 @@ typedef struct apr_time_t header_rate_factor; int body_timeout; /* timeout for reading the req body in secs */ int body_max_timeout; /* max timeout for req body in secs */ - int body_min_rate; /* timeout for reading the req body in secs */ + int body_min_rate; /* min rate for reading req body in bytes/s */ apr_time_t body_rate_factor; } reqtimeout_srv_cfg;