]> granicus.if.org Git - apache/commitdiff
* Adjust comment as per niq's proposal in r395166 and as already adjusted by
authorRuediger Pluem <rpluem@apache.org>
Wed, 19 Apr 2006 20:07:22 +0000 (20:07 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 19 Apr 2006 20:07:22 +0000 (20:07 +0000)
  colm in the backport to 2.0.x (r395197).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395381 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index db0f53f50add5018c8c00a2d0c06f3a3f1d040e8..170e4651c2a1af3e8603b41efdc510719ce1cad3 100644 (file)
@@ -219,8 +219,8 @@ AP_DECLARE(apr_status_t) ap_rgetline_core(char **s, apr_size_t n,
 
     /*
      * Initialize last_char as otherwise a random value will be compared
-     * against APR_ASCII_LF at the end of the loop if bb only contains an
-     * EOS bucket.
+     * against APR_ASCII_LF at the end of the loop if bb only contains
+     * zero-length buckets.
      */
     if (last_char)
         *last_char = '\0';