]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5533a] Removed spurious both's signaled by Tomek
authorFrancis Dupont <fdupont@isc.org>
Sat, 17 Mar 2018 11:46:27 +0000 (12:46 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sat, 17 Mar 2018 11:46:27 +0000 (12:46 +0100)
src/lib/dhcpsrv/base_host_data_source.h

index c96a3a96b22727b63c4c10741aa51153cda02608..1ee71430525b9c72f78853b63d785b590d05333d 100644 (file)
@@ -261,7 +261,7 @@ public:
 
     /// @brief Attempts to delete a host by (subnet-id4, identifier, identifier-type)
     ///
-    /// This method supports both v4 hosts only.
+    /// This method supports v4 hosts only.
     ///
     /// @param subnet_id IPv4 Subnet identifier.
     /// @param identifier_type Identifier type.
@@ -276,7 +276,7 @@ public:
 
     /// @brief Attempts to delete a host by (subnet-id6, identifier, identifier-type)
     ///
-    /// This method supports both v6 hosts only.
+    /// This method supports v6 hosts only.
     ///
     /// @param subnet_id IPv6 Subnet identifier.
     /// @param identifier_type Identifier type.