Parcourir la source

[2371] doc wording update as suggested in review

JINMEI Tatuya il y a 12 ans
Parent
commit
cb7e1e285e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.
     ///