aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Driver/DiagChecker.cpp2
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()); }