]> granicus.if.org Git - clang/commitdiff
fix misleading comment.
authorChris Lattner <sabre@nondot.org>
Sun, 12 Oct 2008 01:34:51 +0000 (01:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Oct 2008 01:34:51 +0000 (01:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57396 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/Lexer.cpp

index 44a32dbe254e86f2aede305337d2fed301c48cab..a259b2aacf940959b612a9d7d3070819061485e9 100644 (file)
@@ -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;
 }