From: JINMEI Tatuya Date: Thu, 1 Nov 2012 23:12:41 +0000 (-0700) Subject: [2371] doc wording update as suggested in review X-Git-Tag: trac2487_base~1^2~21^2~30^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb7e1e285e788e48afe26c3d18532299af41bd91;p=thirdparty%2Fkea.git [2371] doc wording update as suggested in review --- diff --git a/src/lib/dns/master_lexer.h b/src/lib/dns/master_lexer.h index 34c131341c..4a754416a8 100644 --- a/src/lib/dns/master_lexer.h +++ b/src/lib/dns/master_lexer.h @@ -82,7 +82,7 @@ public: /// \brief Close the most recently opened input source (file or stream). /// /// If it's a file, the opened file will be literally closed. - /// If it's a stream, \c MasterLexer will simply release the reference to + /// If it's a stream, \c MasterLexer will simply stop using /// the stream; the caller can assume it will be never used in /// \c MasterLexer thereafter. ///