Browse Source

[master] v4/v6 typos in comments

Francis Dupont 10 years ago
parent
commit
2b9665c1a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp6/json_config_parser.cc

+ 1 - 1
src/bin/dhcp6/json_config_parser.cc

@@ -323,7 +323,7 @@ public:
         :SubnetConfigParser("", globalContext(), IOAddress("::")) {
     }
 
-    /// @brief Parses a single IPv4 subnet configuration and adds to the
+    /// @brief Parses a single IPv6 subnet configuration and adds to the
     /// Configuration Manager.
     ///
     /// @param subnet A new subnet being configured.