[svn] commit: r459 - in /branches/jinmei-dnsrrparams/src/lib/dns/cpp: rrclass.h rrtype.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jan 13 08:59:35 UTC 2010
Author: jinmei
Date: Wed Jan 13 08:59:35 2010
New Revision: 459
Log:
wording fixes
Modified:
branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrclass.h
branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrtype.h
Modified: branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrclass.h
==============================================================================
--- branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrclass.h (original)
+++ branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrclass.h Wed Jan 13 08:59:35 2010
@@ -77,7 +77,7 @@
/// } \endcode
///
/// In order to ensure that the constant RRClass object has been initialized
-/// by the initialization for \c default_class is performed, we need help from
+/// before the initialization for \c default_class, we need help from
/// the proxy function.
///
/// Note to developers: same note as \c RRType applies.
Modified: branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrtype.h
==============================================================================
--- branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrtype.h (original)
+++ branches/jinmei-dnsrrparams/src/lib/dns/cpp/rrtype.h Wed Jan 13 08:59:35 2010
@@ -77,7 +77,7 @@
/// } \endcode
///
/// In order to ensure that the constant RRType object has been initialized
-/// by the initialization for \c default_type is performed, we need help from
+/// before the initialization for \c default_type, we need help from
/// the proxy function.
///
/// Note to developers: since it's expected that some of these constant
More information about the bind10-changes
mailing list