From: Ted Kremenek Date: Tue, 25 Sep 2007 20:37:28 +0000 (+0000) Subject: Fixed broken English in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5f45e387a44bfd44316a455689b8fc5e553b348;p=clang Fixed broken English in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42317 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 C) { - // Local scope for ASTConsumer to auto release the consumer ... + // Local scope to auto release the consumer ... { std::auto_ptr Consumer(C); ParseAST(PP, MainFileID, *Consumer.get()); }