From: Marcin Siodelski Date: Thu, 8 Nov 2012 16:26:10 +0000 (+0100) Subject: [2463] Minor: typo fixed. X-Git-Tag: trac2487_base~1^2~22^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fd47c03a3100c41e34181b95465aa98a77538d1;p=thirdparty%2Fkea.git [2463] Minor: typo fixed. --- diff --git a/src/bin/dhcp6/config_parser.cc b/src/bin/dhcp6/config_parser.cc index 224eac063c..291e359ae6 100644 --- a/src/bin/dhcp6/config_parser.cc +++ b/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.