summaryrefslogtreecommitdiffstats
path: root/src/lib/util/encode/base_n.cc
diff options
context:
space:
mode:
authorJINMEI Tatuya <jinmei@isc.org>2011-05-05 19:59:27 +0200
committerJINMEI Tatuya <jinmei@isc.org>2011-05-05 19:59:27 +0200
commitfb283c1a0e6f8cdacc9c326f00caef141b058f1f (patch)
tree3e6c93dfa325bcfd16ee74fc28b9b46ade9be97a /src/lib/util/encode/base_n.cc
parent[master] removed garbage line (that had to be removed in the previous change) (diff)
downloadkea-fb283c1a0e6f8cdacc9c326f00caef141b058f1f.tar.xz
kea-fb283c1a0e6f8cdacc9c326f00caef141b058f1f.zip
[master] fixed a minor typo in a comment line. pushing it directly.
Diffstat (limited to 'src/lib/util/encode/base_n.cc')
-rw-r--r--src/lib/util/encode/base_n.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/encode/base_n.cc b/src/lib/util/encode/base_n.cc
index e79f11d11f..406dc77042 100644
--- a/src/lib/util/encode/base_n.cc
+++ b/src/lib/util/encode/base_n.cc
@@ -138,7 +138,7 @@ private:
// DecodeNormalizer is an input iterator intended to be used as a filter
// between the encoded baseX stream and binary_from_baseXX.
// A DecodeNormalizer object is configured with three string iterators
-// (base, base_beinpad, and base_beginpad), specifying the head of the string,
+// (base, base_beginpad, and base_end), specifying the head of the string,
// the beginning position of baseX padding (when there's padding), and
// end of the string, respectively. It internally iterators over the original
// stream, and return each character of the encoded string via its dereference