diff options
author | Ted Kremenek <kremenek@apple.com> | 2007-09-25 20:37:28 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2007-09-25 20:37:28 +0000 |
commit | c5f45e387a44bfd44316a455689b8fc5e553b348 (patch) | |
tree | 3700d79398e1e3941b02f56ec1e112e1936e272e | |
parent | ccb4f314248fb2202637d3290f2b17af5646da08 (diff) |
Fixed broken English in comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42317 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Driver/DiagChecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/DiagChecker.cpp b/Driver/DiagChecker.cpp index 21c3454bfd..b921fd19a5 100644 --- a/Driver/DiagChecker.cpp +++ b/Driver/DiagChecker.cpp @@ -235,7 +235,7 @@ bool clang::CheckDiagnostics(Preprocessor &PP, unsigned MainFileID) { bool clang::CheckASTConsumer(Preprocessor &PP, unsigned MainFileID, std::auto_ptr<ASTConsumer> C) { - // Local scope for ASTConsumer to auto release the consumer ... + // Local scope to auto release the consumer ... { std::auto_ptr<ASTConsumer> Consumer(C); ParseAST(PP, MainFileID, *Consumer.get()); } |