Browse Source

[2433] corrected minor wording error in a comment.

JINMEI Tatuya 12 years ago
parent
commit
385f156f42
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/dns/zone_checker.cc

+ 2 - 2
src/lib/dns/zone_checker.cc

@@ -88,8 +88,8 @@ checkSOA(const Name& zone_name, const RRClass& zone_class,
 }
 }
 
 
 // Check if a target name is beyond zone cut, either due to delegation or
 // Check if a target name is beyond zone cut, either due to delegation or
-// DNAME.  Note that DNAME works on the origin but on the name itself, while
-// delegation works on the name itself (but the NS at the origin is not
+// DNAME.  Note that DNAME works on the origin but not on the name itself,
+// while delegation works on the name itself (but the NS at the origin is not
 // delegation).
 // delegation).
 const AbstractRRset*
 const AbstractRRset*
 findZoneCut(const Name& zone_name, const RRClass& zone_class,
 findZoneCut(const Name& zone_name, const RRClass& zone_class,