From: JINMEI Tatuya Date: Wed, 1 May 2013 18:19:45 +0000 (-0700) Subject: [2850] use 'update' instead of 'reload' for getZoneWriter doc. X-Git-Tag: bind10-1.2.0beta1-release~467^2~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa4c5b912c4e4deab0e42af46eaeb6ef3e41df72;p=thirdparty%2Fkea.git [2850] use 'update' instead of 'reload' for getZoneWriter doc. as it's not only used for reloading (or not even for "loading"). --- diff --git a/src/lib/datasrc/memory/zone_table_segment.h b/src/lib/datasrc/memory/zone_table_segment.h index 0d8d6f4efc..aa7760acca 100644 --- a/src/lib/datasrc/memory/zone_table_segment.h +++ b/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.