Browse Source

[1570] trivial wording fixes in comments

JINMEI Tatuya 13 years ago
parent
commit
6b45467a71
1 changed files with 2 additions and 2 deletions
  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);
 }
 
-// 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) {
     Query(memory_client, Name("grand.delegation.example.com"), RRType::DS(),
           response, true).process();