From: Thomas Markwalder Date: Thu, 13 Aug 2015 14:34:37 +0000 (-0400) Subject: [3997] Address review comments X-Git-Tag: trac4006_base~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e249400a172901230b05af6371a90b015d8737a;p=thirdparty%2Fkea.git [3997] Address review comments Minor comment cleanup. --- diff --git a/src/bin/dhcp4/dhcp4_srv.h b/src/bin/dhcp4/dhcp4_srv.h index aed1559543..e96c0bd61a 100644 --- a/src/bin/dhcp4/dhcp4_srv.h +++ b/src/bin/dhcp4/dhcp4_srv.h @@ -234,16 +234,16 @@ public: /// @brief Starts DHCP_DDNS client IO if DDNS updates are enabled. /// - /// If updates are enabled, it Instructs the D2ClientMgr singleton to + /// If updates are enabled, it instructs the D2ClientMgr singleton to /// enter send mode. If D2ClientMgr encounters errors it may throw - /// D2ClientErrors. This method does not catch exceptions. + /// D2ClientError. This method does not catch exceptions. void startD2(); /// @brief Stops DHCP_DDNS client IO if DDNS updates are enabled. /// /// If updates are enabled, it instructs the D2ClientMgr singleton to /// leave send mode. If D2ClientMgr encounters errors it may throw - /// D2ClientErrors. This method does not catch exceptions. + /// D2ClientError. This method does not catch exceptions. void stopD2(); /// @brief Implements the error handler for DHCP_DDNS IO errors diff --git a/src/bin/dhcp6/dhcp6_srv.h b/src/bin/dhcp6/dhcp6_srv.h index 8705caf2ea..2eb0044343 100644 --- a/src/bin/dhcp6/dhcp6_srv.h +++ b/src/bin/dhcp6/dhcp6_srv.h @@ -119,16 +119,16 @@ public: /// @brief Starts DHCP_DDNS client IO if DDNS updates are enabled. /// - /// If updates are enabled, it Instructs the D2ClientMgr singleton to + /// If updates are enabled, it instructs the D2ClientMgr singleton to /// enter send mode. If D2ClientMgr encounters errors it may throw - /// D2ClientErrors. This method does not catch exceptions. + /// D2ClientError. This method does not catch exceptions. void startD2(); /// @brief Stops DHCP_DDNS client IO if DDNS updates are enabled. /// /// If updates are enabled, it instructs the D2ClientMgr singleton to /// leave send mode. If D2ClientMgr encounters errors it may throw - /// D2ClientErrors. This method does not catch exceptions. + /// D2ClientError. This method does not catch exceptions. void stopD2(); /// @brief Implements the error handler for DHCP_DDNS IO errors