]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2850] use 'update' instead of 'reload' for getZoneWriter doc.
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 1 May 2013 18:19:45 +0000 (11:19 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 1 May 2013 18:19:45 +0000 (11:19 -0700)
as it's not only used for reloading (or not even for "loading").

src/lib/datasrc/memory/zone_table_segment.h

index 0d8d6f4efcb65611fefe1b8ed71d17c933406a3c..aa7760acca9e345ea428989a3f5e081e6d2193a6 100644 (file)
@@ -142,8 +142,8 @@ public:
     /// inside this zone table segment.
     ///
     /// \param loadAction Callback to provide the actual data.
-    /// \param origin The origin of the zone to reload.
-    /// \param rrclass The class of the zone to reload.
+    /// \param origin The origin of the zone to update.
+    /// \param rrclass The class of the zone to update.
     /// \return New instance of a zone writer. The ownership is passed
     ///     onto the caller and the caller needs to \c delete it when
     ///     it's done with the writer.