]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4308] Minor comment correction.
authorTomek Mrugalski <tomasz@isc.org>
Wed, 8 Jun 2016 19:07:46 +0000 (21:07 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 8 Jun 2016 19:07:46 +0000 (21:07 +0200)
src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc

index 5698a2ae9ab7a609caa01fbeb4e2f8d86b014918..fa27a839edc353c92f8618faf6bdd1bdd2851402 100644 (file)
@@ -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;