]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3246] Change removal to release in comment
authorMarcin Siodelski <marcin@isc.org>
Thu, 9 May 2024 09:19:52 +0000 (11:19 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 19 Jun 2024 10:34:18 +0000 (12:34 +0200)
src/bin/dhcp4/tests/release_unittest.cc

index 9b784172e4a5bfe6c85423cff3aa8a0da4f7016b..2a8c9623083022dae43ef5330351f9c9f9c0e50b 100644 (file)
@@ -177,7 +177,7 @@ ReleaseTest::acquireAndRelease(const std::string& hw_address_1,
         EXPECT_EQ(lease->valid_lft_, 0);
         EXPECT_EQ(Lease4::STATE_RELEASED, lease->state_);
 
-        // The removal succeeded, so the assigned-addresses statistic should
+        // The release succeeded, so the assigned-addresses statistic should
         // be decreased by one
         EXPECT_EQ(before, after + 1);