[svn] commit: r968 - /branches/jinmei-dnsrdata2/src/lib/dns/cpp/rdata.h

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Feb 25 22:05:24 UTC 2010


Author: jinmei
Date: Thu Feb 25 22:05:24 2010
New Revision: 968

Log:
minor editorial comments to doxygen comments

Modified:
    branches/jinmei-dnsrdata2/src/lib/dns/cpp/rdata.h

Modified: branches/jinmei-dnsrdata2/src/lib/dns/cpp/rdata.h
==============================================================================
--- branches/jinmei-dnsrdata2/src/lib/dns/cpp/rdata.h (original)
+++ branches/jinmei-dnsrdata2/src/lib/dns/cpp/rdata.h Thu Feb 25 22:05:24 2010
@@ -197,7 +197,7 @@
     /// Specific implementations of this method must confirm that \c this
     /// and the \c other are objects of the same concrete derived class of
     /// \c Rdata.  This is normally done by \c dynamic_cast in the
-    /// implementation.  It also means if the assumption doesn't met
+    /// implementation.  It also means if the assumption isn't met
     /// an exception of class \c std::bad_cast will be thrown.
     ///
     /// Here is an implementation choice: instead of relying on
@@ -406,7 +406,7 @@
 ///
 /// Internally, these functions uses the corresponding
 /// \c RRParamRegistry::createRdata methods of the \c RRParamRegistry.
-/// See also the description of about these methods for related notes.
+/// See also the description on these methods for related notes.
 //@{
 /// \brief Create RDATA of a given pair of RR type and class from a string.
 ///




More information about the bind10-changes mailing list