From 312ffe7463c433254e3994a649301aa136f567b1 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 23 Aug 2014 13:32:26 -0400 Subject: [PATCH] Parser - Clarified an important comment. --- src/Parser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Parser.cpp b/src/Parser.cpp index 77ef46d2c..a9fb9aac0 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -540,8 +540,8 @@ void Parser::getOverrides ( context.header (format (STRING_PARSER_ALTERNATE_RC, rc._data)); - // Keep looping, because if there are multiple rc:file arguments, we - // want the last one to dominate. + // Keep looping, because if there are multiple rc:file arguments, the last + // one should dominate. } } }