]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2022] Fixed comment
authorFrancis Dupont <fdupont@isc.org>
Wed, 21 Feb 2024 09:02:08 +0000 (10:02 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 21 Feb 2024 09:02:08 +0000 (10:02 +0100)
src/bin/dhcp4/dhcp4_srv.h

index b4e8f5a06c989871fddcf2f29119452feb50736b..c7da359fdf711a269a78d0a587e35bbf9a9301e2 100644 (file)
@@ -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.