BIND 10 trac2850_2, updated. 1453084c9e0ecc7c3663678031f3d19c5f91adff [2850] a minor wording fix in doc: use "a zone" instead of "zones" for writer.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed May 1 18:22:40 UTC 2013


The branch, trac2850_2 has been updated
       via  1453084c9e0ecc7c3663678031f3d19c5f91adff (commit)
      from  fa4c5b912c4e4deab0e42af46eaeb6ef3e41df72 (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 1453084c9e0ecc7c3663678031f3d19c5f91adff
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed May 1 11:21:48 2013 -0700

    [2850] a minor wording fix in doc: use "a zone" instead of "zones" for writer.
    
    as a zone writer can only update a single zone.

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

Summary of changes:
 src/lib/datasrc/memory/zone_table_segment.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_table_segment.h b/src/lib/datasrc/memory/zone_table_segment.h
index aa7760a..7b1c0e3 100644
--- a/src/lib/datasrc/memory/zone_table_segment.h
+++ b/src/lib/datasrc/memory/zone_table_segment.h
@@ -138,7 +138,7 @@ public:
 
     /// \brief Create a zone writer
     ///
-    /// This creates a new writer that can be used to update zones
+    /// This creates a new writer that can be used to update a zone
     /// inside this zone table segment.
     ///
     /// \param loadAction Callback to provide the actual data.



More information about the bind10-changes mailing list