[svn] commit: r2497 - /branches/trac256/src/lib/dns/util/base_n.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jul 12 22:39:32 UTC 2010
Author: jinmei
Date: Mon Jul 12 22:39:32 2010
New Revision: 2497
Log:
a minor editorial fix to a comment
Modified:
branches/trac256/src/lib/dns/util/base_n.cc
Modified: branches/trac256/src/lib/dns/util/base_n.cc
==============================================================================
--- branches/trac256/src/lib/dns/util/base_n.cc (original)
+++ branches/trac256/src/lib/dns/util/base_n.cc Mon Jul 12 22:39:32 2010
@@ -62,7 +62,8 @@
// => baseXX_from_binary (convert each bit group to an
// encoded byte using the mapping)
// Decoding:
-// input baseXX text => Normalizer (convert '=' to 0 bits)
+// input baseXX text => Normalizer (convert '='s to the encoded characters
+// corresponding to 0, e.g. 'A's in base64)
// => binary_from_baseXX (convert each encoded byte into
// the original group bit)
// => transform_width (build original byte stream by
More information about the bind10-changes
mailing list