Parcourir la source

[1570] trivial wording fixes in comments

JINMEI Tatuya il y a 13 ans
Parent
commit
6b45467a71
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/bin/auth/tests/query_unittest.cc

+ 2 - 2
src/bin/auth/tests/query_unittest.cc

@@ -1792,8 +1792,8 @@ TEST_F(QueryTest, dsNoZone) {
     responseCheck(response, Rcode::REFUSED(), 0, 0, 0, 0, NULL, NULL, NULL);
     responseCheck(response, Rcode::REFUSED(), 0, 0, 0, 0, NULL, NULL, NULL);
 }
 }
 
 
-// DS query for a "grandchild" zone.  This should be result in normal
-// delegation (unless this server also has authority of grandchild zone).
+// DS query for a "grandchild" zone.  This should result in normal
+// delegation (unless this server also has authority of the grandchild zone).
 TEST_F(QueryTest, dsAtGrandParent) {
 TEST_F(QueryTest, dsAtGrandParent) {
     Query(memory_client, Name("grand.delegation.example.com"), RRType::DS(),
     Query(memory_client, Name("grand.delegation.example.com"), RRType::DS(),
           response, true).process();
           response, true).process();