Browse Source

[2207] one more fix of s/reloader/writer/

JINMEI Tatuya 12 years ago
parent
commit
399e4f0030
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/zone_table_segment.h

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

@@ -137,7 +137,7 @@ public:
     /// \param loadAction Callback to provide the actual data.
     /// \param loadAction Callback to provide the actual data.
     /// \param origin The origin of the zone to reload.
     /// \param origin The origin of the zone to reload.
     /// \param rrclass The class of the zone to reload.
     /// \param rrclass The class of the zone to reload.
-    /// \return New instance of a zone reloader. The ownership is passed
+    /// \return New instance of a zone writer. The ownership is passed
     ///     onto the caller.
     ///     onto the caller.
     virtual ZoneWriter* getZoneWriter(const LoadAction& load_action,
     virtual ZoneWriter* getZoneWriter(const LoadAction& load_action,
                                       const dns::Name& origin,
                                       const dns::Name& origin,