]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: address's
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:16:00 +0000 (11:16 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:16:00 +0000 (11:16 -0400)
src/bin/perfdhcp/tests/test_control_unittest.cc

index ef63f9d3e272686050da3e1bb8330e27b2ed3719..6eafb2b57f70a39672ceacfa335437b0289190f9 100644 (file)
@@ -624,7 +624,7 @@ public:
             // the case if randomization algorithm generates the same
             // values but this would be an error in randomization algorithm.
             total_dist += mismatch_dist;
-            // Mismatch may have occurred on the MAC address'es octet position
+            // Mismatch may have occurred on the MAC address's octet position
             // up to calculated earlier unequal_pos.
             ASSERT_LE(mismatch_dist, unequal_pos);
             // unique will inform if tested DUID is unique.