From: Jeff Trawick Date: Sat, 27 May 2000 14:05:13 +0000 (+0000) Subject: Fix broken comment in util_ebcdic.c X-Git-Tag: APACHE_2_0_ALPHA_4~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d1a103ede2a54e7a4d1fc57386a633216365e9c;p=apache Fix broken comment in util_ebcdic.c Submitted by: Greg Ames git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85313 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_ebcdic.c b/server/util_ebcdic.c index 8affa18327..22d41cd01d 100644 --- a/server/util_ebcdic.c +++ b/server/util_ebcdic.c @@ -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); }