From: Tomek Mrugalski Date: Wed, 8 Jun 2016 19:07:46 +0000 (+0200) Subject: [4308] Minor comment correction. X-Git-Tag: trac4272a_base~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da0a231b62dfda9b2789586f4aab4217f5f79576;p=thirdparty%2Fkea.git [4308] Minor comment correction. --- diff --git a/src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc b/src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc index 5698a2ae9a..fa27a839ed 100644 --- a/src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc +++ b/src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc @@ -66,8 +66,7 @@ TEST(CfgSubnets4Test, selectSubnetByCiaddr) { TEST(CfgSubnets4Test, selectSubnetByIface) { // The IfaceMgrTestConfig object initializes fake interfaces: // eth0, eth1 and lo on the configuration manager. The CfgSubnets4 - // object uses addresses assigned to these fake interfaces to - // select the appropriate subnet. + // object uses interface names to select the appropriate subnet. IfaceMgrTestConfig config(true); CfgSubnets4 cfg;