Browse Source

[2371] doc wording update as suggested in review

JINMEI Tatuya 12 years ago
parent
commit
cb7e1e285e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/master_lexer.h

+ 1 - 1
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.
     ///