]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2503] Update doxygen comment for renamed arg
authorMukund Sivaraman <muks@isc.org>
Tue, 11 Dec 2012 03:28:09 +0000 (08:58 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 11 Dec 2012 03:28:09 +0000 (08:58 +0530)
src/lib/datasrc/memory/zone_data.h

index ee2175bfb624504f39592376372e06fc473ad99c..974ce241d1921716fa9d08f1071e5027f05d71c3 100644 (file)
@@ -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);