]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2850] a minor wording fix in doc: use "a zone" instead of "zones" for writer.
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 1 May 2013 18:21:48 +0000 (11:21 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 1 May 2013 18:21:48 +0000 (11:21 -0700)
as a zone writer can only update a single zone.

src/lib/datasrc/memory/zone_table_segment.h

index aa7760acca9e345ea428989a3f5e081e6d2193a6..7b1c0e37f913c56adbb68397c3513ade049a9c81 100644 (file)
@@ -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.