From: Mukund Sivaraman Date: Fri, 14 Feb 2014 16:08:40 +0000 (+0530) Subject: [2430] Update a comment X-Git-Tag: bind10-1.2.0beta1-release~50^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9bfb886c58492b361bbbcc0db90d7a0a641d493;p=thirdparty%2Fkea.git [2430] Update a comment --- diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc index ab4b4be24d..81db1213b5 100644 --- a/src/lib/dns/master_loader.cc +++ b/src/lib/dns/master_loader.cc @@ -612,13 +612,13 @@ MasterLoader::MasterLoaderImpl::doGenerate() { const std::string lhs = lhs_token.getString(); // Parse the TTL, RR class and RR type tokens. Note that TTL and RR - // class may come in any order and may be missing. If TTL is - // missing, we expect that it was either specified explicitly using - // $TTL, or is implicitly known from a previous RR, or that this is - // the SOA RR from which the MINIMUM field is used. It's unlikely - // that $GENERATE will be used with an SOA RR, but it's - // possible. The parsing happens within the parseRRParams() helper - // method which is called below. + // class may come in any order, or may be missing (either or + // both). If TTL is missing, we expect that it was either specified + // explicitly using $TTL, or is implicitly known from a previous RR, + // or that this is the SOA RR from which the MINIMUM field is + // used. It's unlikely that $GENERATE will be used with an SOA RR, + // but it's possible. The parsing happens within the parseRRParams() + // helper method which is called below. const MasterToken& param_token = lexer_.getNextToken(MasterToken::STRING); if (param_token.getType() != MasterToken::STRING) { reportError(lexer_.getSourceName(), lexer_.getSourceLine(),