Browse Source

[4109a] already -> always

Francis Dupont 9 years ago
parent
commit
675ba26cbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp6/dhcp6_srv.cc

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

@@ -2804,7 +2804,7 @@ Dhcpv6Srv::processDhcp4Query(const Pkt6Ptr& dhcp4_query) {
         Dhcp6to4Ipc::instance().send(dhcp4_query);
         Dhcp6to4Ipc::instance().send(dhcp4_query);
     }
     }
 
 
-    // This method does not return anything as we already sent back
+    // This method does not return anything as we always sent back
     // the response via Dhcp6To4Ipc.
     // the response via Dhcp6To4Ipc.
 }
 }