]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#957] addressed review
authorRazvan Becheriu <razvan@isc.org>
Fri, 7 Feb 2020 11:51:29 +0000 (13:51 +0200)
committerRazvan Becheriu <razvan@isc.org>
Fri, 7 Feb 2020 11:51:29 +0000 (13:51 +0200)
src/lib/hooks/callout_manager.h

index b6320d58d3b678a5fb06ad3132d2792884831770..cad64b87bc7d4a0752625b9affa0ef9622f285bc 100644 (file)
@@ -176,7 +176,7 @@ public:
     ///
     /// @param name Name of the hook from which the callout is removed.
     /// @param callout Pointer to the callout function to be removed.
-    /// @param library_index Library index used for registering the callout.
+    /// @param library_index Library index used for deregistering the callout.
     ///
     /// @return true if a one or more callouts were deregistered.
     ///
@@ -193,7 +193,7 @@ public:
     /// by the current library.
     ///
     /// @param name Name of the hook from which the callouts are removed.
-    /// @param library_index Library index used for registering the callout.
+    /// @param library_index Library index used for deregistering all callouts.
     ///
     /// @return true if one or more callouts were deregistered.
     ///