From: Chris Lattner Date: Sun, 12 Oct 2008 01:34:51 +0000 (+0000) Subject: fix misleading comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2c7ad9c7312df162300ba95828ed3b6c3b38131;p=clang fix misleading comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57396 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; }