From: Francis Dupont Date: Wed, 21 Feb 2024 09:02:08 +0000 (+0100) Subject: [#2022] Fixed comment X-Git-Tag: Kea-2.5.6~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae5d15da896c6b822b92a4f53e52c99d415d2dfe;p=thirdparty%2Fkea.git [#2022] Fixed comment --- diff --git a/src/bin/dhcp4/dhcp4_srv.h b/src/bin/dhcp4/dhcp4_srv.h index b4e8f5a06c..c7da359fdf 100644 --- a/src/bin/dhcp4/dhcp4_srv.h +++ b/src/bin/dhcp4/dhcp4_srv.h @@ -580,7 +580,7 @@ protected: /// /// Checks if mandatory option is really there, that forbidden option /// is not there, and that client-id or server-id appears only once. - /// Calls the second method with the requirement level from the + /// Calls the second method with the requirement level based on /// message type. /// /// @param query Pointer to the client's message.