Browse Source

[3997] Address review comments

   Minor comment cleanup.
Thomas Markwalder 9 years ago
parent
commit
6e249400a1
2 changed files with 6 additions and 6 deletions
  1. 3 3
      src/bin/dhcp4/dhcp4_srv.h
  2. 3 3
      src/bin/dhcp6/dhcp6_srv.h

+ 3 - 3
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

+ 3 - 3
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