]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1570] trivial wording fixes in comments
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 6 Feb 2012 18:38:41 +0000 (10:38 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 6 Feb 2012 18:38:41 +0000 (10:38 -0800)
src/bin/auth/tests/query_unittest.cc

index e8c6a38c3d437eedd2a83b7884da89f5365712f4..87017673ea80c7b2cb7d162344256fbf5e4735ba 100644 (file)
@@ -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();