From: JINMEI Tatuya Date: Mon, 6 Feb 2012 18:38:41 +0000 (-0800) Subject: [1570] trivial wording fixes in comments X-Git-Tag: trac2351_base~263^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b45467a71b534657a435dbb455f0ec3da99d16a;p=thirdparty%2Fkea.git [1570] trivial wording fixes in comments --- diff --git a/src/bin/auth/tests/query_unittest.cc b/src/bin/auth/tests/query_unittest.cc index e8c6a38c3d..87017673ea 100644 --- a/src/bin/auth/tests/query_unittest.cc +++ b/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();