]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2430] Update a comment
authorMukund Sivaraman <muks@isc.org>
Fri, 14 Feb 2014 16:08:40 +0000 (21:38 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 14 Feb 2014 16:08:40 +0000 (21:38 +0530)
src/lib/dns/master_loader.cc

index ab4b4be24dfead429d5e4b313fd3307de5c76781..81db1213b5983da19735419df8a4d8476b55fbc0 100644 (file)
@@ -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(),