]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5596] fixed typos in commentary
authorThomas Markwalder <tmark@isc.org>
Tue, 29 May 2018 11:42:57 +0000 (07:42 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 29 May 2018 11:42:57 +0000 (07:42 -0400)
src/bin/dhcp4/dhcp4_srv.cc

index 72f49d405501bfe81007c7309c38ebfda113af88..94a866995990943ae195828080b2d4ce4d0440fb 100644 (file)
@@ -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_;