Parcourir la source

[2309] editorial fix to comment: missing period

JINMEI Tatuya il y a 12 ans
Parent
commit
3c7af17b00
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/bin/auth/query.cc

+ 2 - 2
src/bin/auth/query.cc

@@ -102,8 +102,8 @@ Query::ResponseCreator::create(Message& response,
 void
 Query::addSOA(ZoneFinder& finder) {
     // This method is always called in finding SOA for a negative response,
-    // so we specify the use of min(RRTTL SOA MINTTL) as specified Section 3
-    // of RFC2308.
+    // so we specify the use of min(RRTTL, SOA MINTTL) as specified in
+    // Section 3 of RFC2308.
     ZoneFinderContextPtr soa_ctx = finder.findAtOrigin(RRType::SOA(), true,
                                                        dnssec_opt_);
     if (soa_ctx->code != ZoneFinder::SUCCESS) {