[svn] commit: r1109 - /trunk/src/lib/dns/cpp/messagerenderer.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 4 17:49:34 UTC 2010
Author: jinmei
Date: Thu Mar 4 17:49:33 2010
New Revision: 1109
Log:
editorial fix to a comment
Modified:
trunk/src/lib/dns/cpp/messagerenderer.h
Modified: trunk/src/lib/dns/cpp/messagerenderer.h
==============================================================================
--- trunk/src/lib/dns/cpp/messagerenderer.h (original)
+++ trunk/src/lib/dns/cpp/messagerenderer.h Thu Mar 4 17:49:33 2010
@@ -77,7 +77,7 @@
/// \param buffer An \c OutputBuffer object to which wire format data is
/// written.
MessageRenderer(OutputBuffer& buffer);
- /// \brief The default destructor.
+ /// \brief The destructor.
///
/// The destructor does nothing on the given \c buffer on construction;
/// in fact, it is expected that the user will use the resulting buffer
More information about the bind10-changes
mailing list