diff options
Diffstat (limited to 'src/lib/hooks/callout_manager.h')
-rw-r--r-- | src/lib/hooks/callout_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hooks/callout_manager.h b/src/lib/hooks/callout_manager.h index 8ca275bce1..2ddf4181a8 100644 --- a/src/lib/hooks/callout_manager.h +++ b/src/lib/hooks/callout_manager.h @@ -41,7 +41,7 @@ public: /// @brief Callout Manager /// /// This class manages the registration, deregistration and execution of the -/// library callouts. It is part of the hooks framework used by the BIND 10 +/// library callouts. It is part of the hooks framework used by the Kea /// server, and is not for use by user-written code in a hooks library. /// /// In operation, the class needs to know two items of data: |