From: JINMEI Tatuya Date: Tue, 16 Oct 2012 17:41:42 +0000 (-0700) Subject: [2223] editorial: a missing period in comment X-Git-Tag: trac2402_base~20^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26313fafb0f28d8bb1e440c83a780cdb6fc6fda2;p=thirdparty%2Fkea.git [2223] editorial: a missing period in comment --- diff --git a/src/lib/testutils/dnsmessage_test.h b/src/lib/testutils/dnsmessage_test.h index 7456b24d9e..02550eba5c 100644 --- a/src/lib/testutils/dnsmessage_test.h +++ b/src/lib/testutils/dnsmessage_test.h @@ -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(),