]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1387] Typo
authorFrancis Dupont <fdupont@isc.org>
Wed, 4 Sep 2024 13:09:10 +0000 (15:09 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 4 Sep 2024 13:10:46 +0000 (15:10 +0200)
src/bin/dhcp6/dhcp6_srv.h

index c0da468e411d5289dc12d35a1f28a9b9e75e48c0..62363c0983b6fed643a87300cae64bc6c3f3da8b 100644 (file)
@@ -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);