From ae5d15da896c6b822b92a4f53e52c99d415d2dfe Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 21 Feb 2024 10:02:08 +0100 Subject: [PATCH] [#2022] Fixed comment --- src/bin/dhcp4/dhcp4_srv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.