From 2d9c49b8eee44023a7d69c2a51a6f3aebee20850 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Fri, 7 Feb 2020 13:51:29 +0200 Subject: [PATCH] [#957] addressed review --- src/lib/hooks/callout_manager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/hooks/callout_manager.h b/src/lib/hooks/callout_manager.h index b6320d58d3..cad64b87bc 100644 --- a/src/lib/hooks/callout_manager.h +++ b/src/lib/hooks/callout_manager.h @@ -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. ///