BIND 10 master, updated. c405fba738036d7df5fe2b3792bb70a9b9eda9f6 [master] update the doc for MasterToken::StringRegion to match the latest code.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Dec 12 17:13:13 UTC 2012
The branch, master has been updated
via c405fba738036d7df5fe2b3792bb70a9b9eda9f6 (commit)
from c328aed83b7d9506291283b6afbeabb4a5455b07 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c405fba738036d7df5fe2b3792bb70a9b9eda9f6
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Dec 12 09:11:06 2012 -0800
[master] update the doc for MasterToken::StringRegion to match the latest code.
the removed part was obsolete due to a later change (which is described
in the next paragraph of the doc). keeping the sentence will just
confuse readers.
should be trivial enough, so I'm committing this at my discretion.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/master_lexer.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_lexer.h b/src/lib/dns/master_lexer.h
index 35586fe..99b433f 100644
--- a/src/lib/dns/master_lexer.h
+++ b/src/lib/dns/master_lexer.h
@@ -87,8 +87,7 @@ public:
///
/// Any character can be stored in the valid range of the region.
/// In particular, there can be a nul character (\0) in the middle of
- /// the region. On the other hand, it is not ensured that the string
- /// is nul-terminated. So the usual string manipulation API may not work
+ /// the region. So the usual string manipulation API may not work
/// as expected.
///
/// The `MasterLexer` implementation ensures that there are at least
More information about the bind10-changes
mailing list