Parcourir la source

[2223] editorial: a missing period in comment

JINMEI Tatuya il y a 12 ans
Parent
commit
26313fafb0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/testutils/dnsmessage_test.h

+ 1 - 1
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(),