Parcourir la source

[2850] Fix ZoneWriter constructor API doc

Mukund Sivaraman il y a 12 ans
Parent
commit
035fbe1da0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/datasrc/memory/zone_writer.h

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

@@ -46,7 +46,7 @@ public:
     ///
     /// \param segment The zone table segment to store the zone into.
     /// \param load_action The callback used to load data.
-    /// \param install_action The callback used to install the loaded zone.
+    /// \param name The name of the zone.
     /// \param rrclass The class of the zone.
     ZoneWriter(ZoneTableSegment& segment,
                const LoadAction& load_action, const dns::Name& name,