From: JINMEI Tatuya Date: Wed, 17 Oct 2012 18:38:35 +0000 (-0700) Subject: [2207] one more fix of s/reloader/writer/ X-Git-Tag: trac2402_base~12^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=399e4f0030d226010f2156e978fc2b7c179fe7b7;p=thirdparty%2Fkea.git [2207] one more fix of s/reloader/writer/ --- diff --git a/src/lib/datasrc/memory/zone_table_segment.h b/src/lib/datasrc/memory/zone_table_segment.h index de92442642..74a3295413 100644 --- a/src/lib/datasrc/memory/zone_table_segment.h +++ b/src/lib/datasrc/memory/zone_table_segment.h @@ -137,7 +137,7 @@ public: /// \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. - /// \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. virtual ZoneWriter* getZoneWriter(const LoadAction& load_action, const dns::Name& origin,