From: Thomas Markwalder Date: Tue, 29 May 2018 11:42:57 +0000 (-0400) Subject: [5596] fixed typos in commentary X-Git-Tag: trac5631_base~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7abe25fbeddb018e7b6261e1c43641963276fc53;p=thirdparty%2Fkea.git [5596] fixed typos in commentary --- diff --git a/src/bin/dhcp4/dhcp4_srv.cc b/src/bin/dhcp4/dhcp4_srv.cc index 72f49d4055..94a8669959 100644 --- a/src/bin/dhcp4/dhcp4_srv.cc +++ b/src/bin/dhcp4/dhcp4_srv.cc @@ -2138,7 +2138,7 @@ Dhcpv4Srv::assignLease(Dhcpv4Exchange& ex) { resp->addOption(getNetmaskOption(subnet)); // rebind timer (type 59) - if specified then send it only it if - // it is lease than lease life time. Note we "sanity" check T1 + // it is less than lease lifetime. Note we "sanity" check T1 // and T2 against lease lifetime here in event the lifetime has // been altered somewhere along the line. uint32_t timer_ceiling = lease->valid_lft_;