From 3145134953b2d0acc0b5db9e12000a734182c533 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 16 Aug 2014 23:53:56 -0400 Subject: [PATCH] Parser - Improved comment. It's an important comment. --- src/Parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Parser.cpp b/src/Parser.cpp index 446c5008b..78e384eed 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -79,7 +79,7 @@ void Parser::initialize (int argc, const char** argv) branch->tag ("ORIGINAL"); branch->tag ("?"); - // If the argument contains a space, it was quoted. Remember that. + // If the argument contains a space, it was quoted. Record that fact. if (! noSpaces (raw)) branch->tag ("QUOTED");