]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2223] editorial: a missing period in comment
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 16 Oct 2012 17:41:42 +0000 (10:41 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 16 Oct 2012 17:41:42 +0000 (10:41 -0700)
src/lib/testutils/dnsmessage_test.h

index 7456b24d9e3345e06422d03ec0b13083155b1231..02550eba5c231f492f3274dbb17011ede7fb3a08 100644 (file)
@@ -279,7 +279,7 @@ rrsetsCheck(EXPECTED_ITERATOR expected_begin, EXPECTED_ITERATOR expected_end,
         // Make sure there's no duplicate RRset in actual (using a naive
         // search).  By guaranteeing the actual set is unique, and the
         // size of both vectors is the same, we can conclude that
-        // the two sets are identical after this loop
+        // the two sets are identical after this loop.
         // Note: we cannot use EXPECT_EQ for iterators
         EXPECT_TRUE(checked_rrsets.end() ==
                     std::find_if(checked_rrsets.begin(), checked_rrsets.end(),