From: JINMEI Tatuya Date: Mon, 17 Dec 2012 19:50:21 +0000 (-0800) Subject: [2427] updated comment wording to match the latest code. X-Git-Tag: bind10-1.0.0-beta-release~13^2^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eda75ca3700979153bcdee08b7d97a10f14519f0;p=thirdparty%2Fkea.git [2427] updated comment wording to match the latest code. --- diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc index 251e364d80..b6edd4c7bd 100644 --- a/src/lib/dns/master_loader.cc +++ b/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)); }