]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2342] Minor: typos fixed.
authorMarcin Siodelski <marcin@isc.org>
Fri, 9 Nov 2012 15:24:27 +0000 (16:24 +0100)
committerMarcin Siodelski <marcin@isc.org>
Fri, 9 Nov 2012 15:24:27 +0000 (16:24 +0100)
src/lib/dhcp/lease_mgr.h

index 65c56cce95a3dca2716e78e6c5891a5e662bd43c..4b7c60753e6d420514f12a2b673a2977903d75a0 100644 (file)
@@ -481,9 +481,9 @@ public:
     /// If no such lease is present, an exception will be thrown.
     virtual void updateLease4(const Lease4Ptr& lease4) = 0;
 
-    /// @brief Updates IPv4 lease.
+    /// @brief Updates IPv6 lease.
     ///
-    /// @param lease4 The lease to be updated.
+    /// @param lease6 The lease to be updated.
     virtual void updateLease6(const Lease6Ptr& lease6) = 0;
 
     /// @brief Deletes a lease.
@@ -495,7 +495,7 @@ public:
 
     /// @brief Deletes a lease.
     ///
-    /// @param addr IPv4 address of the lease to be deleted.
+    /// @param addr IPv6 address of the lease to be deleted.
     ///
     /// @return true if deletion was successful, false if no such lease exists
     virtual bool deleteLease6(const isc::asiolink::IOAddress& addr) = 0;