Browse Source

[2850] use 'update' instead of 'reload' for getZoneWriter doc.

as it's not only used for reloading (or not even for "loading").
JINMEI Tatuya 12 years ago
parent
commit
fa4c5b912c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/datasrc/memory/zone_table_segment.h

+ 2 - 2
src/lib/datasrc/memory/zone_table_segment.h

@@ -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.