Browse Source

[2463] Minor: typo fixed.

Marcin Siodelski 12 years ago
parent
commit
8fd47c03a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp6/config_parser.cc

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

@@ -748,7 +748,7 @@ private:
     Subnet::OptionDescriptor option_descriptor_;
 };
 
-/// @brief Parser for option data values with ina subnet.
+/// @brief Parser for option data values within a subnet.
 ///
 /// This parser iterates over all entries that define options
 /// data for a particular subnet and creates a collection of options.