From ec7dd9b45181799030cbc320a11ba02423848b63 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 4 Sep 2024 15:09:10 +0200 Subject: [PATCH] [#1387] Typo --- src/bin/dhcp6/dhcp6_srv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/dhcp6/dhcp6_srv.h b/src/bin/dhcp6/dhcp6_srv.h index c0da468e41..62363c0983 100644 --- a/src/bin/dhcp6/dhcp6_srv.h +++ b/src/bin/dhcp6/dhcp6_srv.h @@ -1064,7 +1064,7 @@ class Dhcpv6Srv : public process::Daemon { /// /// @param ctx client context (contains subnet and hosts). /// @param lease lease (contains address/prefix and prefix length). - /// @param the prefix exclude option or null. + /// @return the prefix exclude option or null. OptionPtr getPDExclude(const AllocEngine::ClientContext6& ctx, const Lease6Ptr& lease);