]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
wrap comment, no functional change
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 15 May 2009 20:30:47 +0000 (20:30 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 15 May 2009 20:30:47 +0000 (20:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@775315 13f79535-47bb-0310-9956-ffa450edef68

modules/http/mod_mime.c

index d1b84b1efb3fbd99cbe976ff176c94332be59812..818b7d4a56286f21c8e4fcad4c19ab2602807c6e 100644 (file)
@@ -860,8 +860,8 @@ static int find_ct(request_rec *r)
                 }
             }
             /* XXX Two significant problems; 1, we don't check to see if we are
-             * setting redundant filters.    2, we insert these in the types config
-             * hook, which may be too early (dunno.)
+             * setting redundant filters.    2, we insert these in the types
+             * config hook, which may be too early (dunno.)
              */
             if (exinfo->input_filters && r->proxyreq == PROXYREQ_NONE) {
                 const char *filter, *filters = exinfo->input_filters;