]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2371] doc wording update as suggested in review
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 1 Nov 2012 23:12:41 +0000 (16:12 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 1 Nov 2012 23:12:41 +0000 (16:12 -0700)
src/lib/dns/master_lexer.h

index 34c131341c601c32c51350a3e80611c82fb0aeea..4a754416a8de3c061e06399ac22ba853951f7fc7 100644 (file)
@@ -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.
     ///