diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-10-12 01:34:51 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-10-12 01:34:51 +0000 |
| commit | e3f863a388d1011e849e41c7b67f22882fa2fda2 (patch) | |
| tree | 87005c884475d849ef204a2589c9febe4ccd1923 /clang/lib/Lex | |
| parent | 7c2e9809b12610fcfa6e661bda88cd02f55e093b (diff) | |
| download | bcm5719-llvm-e3f863a388d1011e849e41c7b67f22882fa2fda2.tar.gz bcm5719-llvm-e3f863a388d1011e849e41c7b67f22882fa2fda2.zip | |
fix misleading comment.
llvm-svn: 57396
Diffstat (limited to 'clang/lib/Lex')
| -rw-r--r-- | clang/lib/Lex/Lexer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/Lexer.cpp b/clang/lib/Lex/Lexer.cpp index 44a32dbe254..a259b2aacf9 100644 --- a/clang/lib/Lex/Lexer.cpp +++ b/clang/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; } |

