]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2427] updated comment wording to match the latest code.
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 17 Dec 2012 19:50:21 +0000 (11:50 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 17 Dec 2012 19:50:21 +0000 (11:50 -0800)
src/lib/dns/master_loader.cc

index 251e364d80c5aa40922d5c92b1398cea2a8e080c..b6edd4c7bd1ce9f8d76cfcb28a568d7f8a65e389 100644 (file)
@@ -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));
         }