BIND 10 trac2906, updated. 75235e6f7c1b9b646d68c6d6238b2c38df9814d8 [2906] corrected trivial wording errors and typos in documentation.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed May 1 17:01:38 UTC 2013


The branch, trac2906 has been updated
       via  75235e6f7c1b9b646d68c6d6238b2c38df9814d8 (commit)
      from  b5b6b43f34a3901dff343367515ea08f09a9d6ce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 75235e6f7c1b9b646d68c6d6238b2c38df9814d8
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed May 1 09:54:00 2013 -0700

    [2906] corrected trivial wording errors and typos in documentation.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/zone_table_accessor.h       |    6 +++---
 src/lib/datasrc/zone_table_accessor_cache.h |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/zone_table_accessor.h b/src/lib/datasrc/zone_table_accessor.h
index 7e6cefe..378c7eb 100644
--- a/src/lib/datasrc/zone_table_accessor.h
+++ b/src/lib/datasrc/zone_table_accessor.h
@@ -80,10 +80,10 @@ struct ZoneSpec {
 /// A concrete object of this class is created by specific derived
 /// implementation for the corresponding data source.  The implementation
 /// must ensure the iterator is located at the "beginning" of the zone table,
-/// and that subsequent calls to \c getCurrent() go through all the zones
-/// one by one, until \c isLast() returns false.  The implementation must
+/// and that subsequent calls to \c next() go through all the zones
+/// one by one, until \c isLast() returns \c true.  The implementation must
 /// support the concept of "empty table"; in that case \c isLast() will
-/// return \c false from the beginning.
+/// return \c true from the beginning.
 class ZoneTableIterator : boost::noncopyable {
 protected:
     /// \brief The constructor.
diff --git a/src/lib/datasrc/zone_table_accessor_cache.h b/src/lib/datasrc/zone_table_accessor_cache.h
index 1286293..314a9fd 100644
--- a/src/lib/datasrc/zone_table_accessor_cache.h
+++ b/src/lib/datasrc/zone_table_accessor_cache.h
@@ -55,7 +55,7 @@ public:
 
     /// \brief In-memory cache version of \c getIterator().
     ///
-    /// As returned from this version of iterator, `ZoneSpec::index`
+    /// As returned from this version of iterator, \c ZoneSpec::index
     /// will always be set to 0 at the moment.
     ///
     /// \throw None except std::bad_alloc in case of memory allocation failure



More information about the bind10-changes mailing list