Browse Source

[4308] Minor comment correction.

Tomek Mrugalski 9 years ago
parent
commit
da0a231b62
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/dhcpsrv/tests/cfg_subnets4_unittest.cc

+ 1 - 2
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;