From a2c7ad9c7312df162300ba95828ed3b6c3b38131 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 12 Oct 2008 01:34:51 +0000 Subject: [PATCH] fix misleading comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57396 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Lex/Lexer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0