summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2024-02-21 10:02:08 +0100
committerFrancis Dupont <fdupont@isc.org>2024-02-21 10:02:08 +0100
commitae5d15da896c6b822b92a4f53e52c99d415d2dfe (patch)
tree827ea4e0df06da6293b87e2d42010a15da88e1cf /src
parent[#2022] Checkpoint: began reorg (diff)
downloadkea-ae5d15da896c6b822b92a4f53e52c99d415d2dfe.tar.xz
kea-ae5d15da896c6b822b92a4f53e52c99d415d2dfe.zip
[#2022] Fixed comment
Diffstat (limited to 'src')
-rw-r--r--src/bin/dhcp4/dhcp4_srv.h2
1 files changed, 1 insertions, 1 deletions
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.