From 675ba26cbfdd671e86292e8bbe6fa97179596a01 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Mon, 27 Jun 2016 21:42:01 +0200 Subject: [PATCH] [4109a] already -> always --- src/bin/dhcp6/dhcp6_srv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc index 5c4ec34807..3e8481721b 100644 --- a/src/bin/dhcp6/dhcp6_srv.cc +++ b/src/bin/dhcp6/dhcp6_srv.cc @@ -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. } -- 2.47.2