Browse Source

[2427] updated comment wording to match the latest code.

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

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

@@ -442,8 +442,8 @@ MasterLoader::MasterLoaderImpl::handleInitialToken() {
             return (initial_token);
         } else {
             // We try to read a token from the popped source
-            // So retry the loop, but first, make sure the source
-            // is at EOL
+            // So continue to the next line of that source, but first, make
+            // sure the source is at EOL
             eatUntilEOL(true);
             return (MasterToken(MasterToken::END_OF_LINE));
         }