Parcourir la source

[2503] Update doxygen comment for renamed arg

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

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

@@ -372,7 +372,7 @@ public:
     ///
     /// \param mem_sgmt A \c MemorySegment from which memory for the new
     /// \c ZoneData is allocated.
-    /// \param name The zone origin.
+    /// \param zone_origin The zone origin.
     static ZoneData* create(util::MemorySegment& mem_sgmt,
                             const dns::Name& zone_origin);