From: JINMEI Tatuya Date: Wed, 12 Dec 2012 17:11:06 +0000 (-0800) Subject: [master] update the doc for MasterToken::StringRegion to match the latest code. X-Git-Tag: bind10-1.0.0-beta-release~29^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c405fba738036d7df5fe2b3792bb70a9b9eda9f6;p=thirdparty%2Fkea.git [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. --- diff --git a/src/lib/dns/master_lexer.h b/src/lib/dns/master_lexer.h index 35586feb0f..99b433f8b5 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