]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4109a] already -> always
authorFrancis Dupont <fdupont@isc.org>
Mon, 27 Jun 2016 19:42:01 +0000 (21:42 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 27 Jun 2016 19:42:01 +0000 (21:42 +0200)
src/bin/dhcp6/dhcp6_srv.cc

index 5c4ec34807a2787480fea35d8ff6cd37724389d1..3e8481721b1f05994e49764a4fa061cdd06d8ca4 100644 (file)
@@ -2804,7 +2804,7 @@ Dhcpv6Srv::processDhcp4Query(const Pkt6Ptr& 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.
 }