From: Francis Dupont Date: Wed, 4 Sep 2024 13:09:10 +0000 (+0200) Subject: [#1387] Typo X-Git-Tag: Kea-2.7.3~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec7dd9b45181799030cbc320a11ba02423848b63;p=thirdparty%2Fkea.git [#1387] Typo --- 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 @@ protected: /// /// @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);