]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2207] editorial: some more s/reloader/write/ changes in doc.
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 17 Oct 2012 17:49:19 +0000 (10:49 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 17 Oct 2012 17:49:19 +0000 (10:49 -0700)
src/lib/datasrc/memory/zone_table_segment.h

index 996f446fd644e5ac37584ca8fdbcbc2619c73f50..de924426427065b99b0fbc6e5e80dd0951caee49 100644 (file)
@@ -129,9 +129,9 @@ public:
     /// \param segment The segment to destroy.
     static void destroy(ZoneTableSegment* segment);
 
-    /// \brief Create a reloader corresponding to this segment
+    /// \brief Create a zone write corresponding to this segment
     ///
-    /// This creates a new reloader that can be used to reload zones
+    /// This creates a new write that can be used to update zones
     /// inside this zone table segment.
     ///
     /// \param loadAction Callback to provide the actual data.