aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Lex/Lexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/Lexer.cpp b/lib/Lex/Lexer.cpp
index 44a32dbe25..a259b2aacf 100644
--- a/lib/Lex/Lexer.cpp
+++ b/lib/Lex/Lexer.cpp
@@ -135,7 +135,7 @@ Lexer::Lexer(SourceLocation fileloc, const LangOptions &features,
// We *are* in raw mode.
LexingRawMode = true;
- // Never keep comments in raw mode.
+ // Default to not keeping comments in raw mode.
KeepCommentMode = false;
}