]> granicus.if.org Git - apache/commitdiff
Fix broken comment in util_ebcdic.c
authorJeff Trawick <trawick@apache.org>
Sat, 27 May 2000 14:05:13 +0000 (14:05 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 27 May 2000 14:05:13 +0000 (14:05 +0000)
Submitted by: Greg Ames

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

server/util_ebcdic.c

index 8affa18327c6781e171f42cf32c3deea4d40022a..22d41cd01d3483982041469a377c5b03ad9a7d86 100644 (file)
@@ -145,7 +145,7 @@ ap_xlate_t *ap_checkconv(struct request_rec *r)
            /* translate EBCDIC to ASCII */
            convert_to_ascii = 1;
     }
-    /* Turn off conversion if it's a text document */
+    /* Turn off conversion if it's not a text document */
     if (!convert_to_ascii) {
         ap_set_content_xlate(r, 1, zero);
     }