Lexer: Added comments

This commit is contained in:
Paul Beckingham 2015-03-20 17:16:00 -04:00
parent 11dab68fce
commit 289780c8cc
2 changed files with 5 additions and 5 deletions

View file

@ -712,8 +712,8 @@ void CLI::addArg (const std::string& arg, Lexer::Type type /* = Lexer::Type::wor
_original_args.push_back (raw);
}
// The argument may require lexing. Lex anyway, and analyze before comitting
// that.
// The argument may require lexing. Lex anyway, and analyze before comitting
// to that.
else
{
// Lex each remaining argument. The apply a series of disqualifying tests