]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Fix numbers count in comment.
authorRuediger Pluem <rpluem@apache.org>
Mon, 28 Nov 2016 09:04:26 +0000 (09:04 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 28 Nov 2016 09:04:26 +0000 (09:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1771690 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_filters.c

index 42f4a4f525b0ea6bf71db2cf0ed14101198d2b00..3971e3d10ee3197388c0ad44452ca1ec3bd79666 100644 (file)
@@ -86,8 +86,8 @@ typedef struct http_filter_ctx
  * Parse a chunk line with optional extension, detect overflow.
  * There are several error cases:
  *  1) If the chunk link is misformatted, APR_EINVAL is returned.
- *  1) If the conversion would require too many bits, APR_EGENERAL is returned.
- *  2) If the conversion used the correct number of bits, but an overflow
+ *  2) If the conversion would require too many bits, APR_EGENERAL is returned.
+ *  3) If the conversion used the correct number of bits, but an overflow
  *     caused only the sign bit to flip, then APR_ENOSPC is returned.
  * A negative chunk length always indicates an overflow error.
  */