]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3997] Address review comments
authorThomas Markwalder <tmark@isc.org>
Thu, 13 Aug 2015 14:34:37 +0000 (10:34 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 13 Aug 2015 14:34:37 +0000 (10:34 -0400)
   Minor comment cleanup.

src/bin/dhcp4/dhcp4_srv.h
src/bin/dhcp6/dhcp6_srv.h

index aed155954386e35131e193370231967a34ec7883..e96c0bd61afe5dade62d90f7293610d7c49ff850 100644 (file)
@@ -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
index 8705caf2eaee6e93c2a6aacb2126b8cd3282d275..2eb0044343e114654214cec1066b5816ec1fba5a 100644 (file)
@@ -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