From 352514f7d8ad5099999983cc355f0b24dbc32af5 Mon Sep 17 00:00:00 2001 From: ivanr Date: Mon, 25 Apr 2011 19:19:21 +0000 Subject: [PATCH] Fix comment to reflext the base64DecodeExt change --- apache2/msc_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache2/msc_util.c b/apache2/msc_util.c index 6c67c1b7..7b1c147d 100644 --- a/apache2/msc_util.c +++ b/apache2/msc_util.c @@ -47,7 +47,7 @@ #define S_ISUID 04000 #endif /* defined(WIN32 || NETWARE) */ -/* Base64 tables used in decodeBase64Ext */ +/* Base64 tables used in base64DecodeExt */ static const char b64_pad = '='; static const short b64_reverse_t[256] = {