From: Razvan Becheriu Date: Tue, 15 Mar 2022 10:17:43 +0000 (+0200) Subject: [#2249] updated comments X-Git-Tag: Kea-2.1.4~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45edf4315cbfa619dae203fb68e7fd2dad2cc78e;p=thirdparty%2Fkea.git [#2249] updated comments --- diff --git a/src/bin/dhcp4/dhcp4_srv.h b/src/bin/dhcp4/dhcp4_srv.h index f8b16d93fa..ba7152bf9c 100644 --- a/src/bin/dhcp4/dhcp4_srv.h +++ b/src/bin/dhcp4/dhcp4_srv.h @@ -141,7 +141,7 @@ public: /// @brief Removed evaluated client classes. /// /// @todo: keep the list of dependent evaluated classes so - /// removed only them. + /// remove only them. /// /// @param query the query message. static void removeDependentEvaluatedClasses(const Pkt4Ptr& query); diff --git a/src/bin/dhcp6/dhcp6_srv.h b/src/bin/dhcp6/dhcp6_srv.h index f18e786380..2f095158a6 100644 --- a/src/bin/dhcp6/dhcp6_srv.h +++ b/src/bin/dhcp6/dhcp6_srv.h @@ -845,7 +845,7 @@ protected: /// @brief Removed evaluated client classes. /// /// @todo: keep the list of dependent evaluated classes so - /// removed only them. + /// remove only them. /// /// @param pkt the packet. static void removeDependentEvaluatedClasses(const Pkt6Ptr& pkt);