]> granicus.if.org Git - clang/commitdiff
Fixed broken English in comment.
authorTed Kremenek <kremenek@apple.com>
Tue, 25 Sep 2007 20:37:28 +0000 (20:37 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 25 Sep 2007 20:37:28 +0000 (20:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42317 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/DiagChecker.cpp

index 21c3454bfdc469240e81b000c98a346be35c8cee..b921fd19a55446561273a78739775fe02097d943 100644 (file)
@@ -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()); }