From: Ted Kremenek Date: Thu, 2 Apr 2009 03:42:38 +0000 (+0000) Subject: Fix grammar. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2dcd89e4b0fe36e3c9654b7aa83efc2f0e68e28;p=clang Fix grammar. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68282 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp index 0a6b48f99e..95df6b4c1c 100644 --- a/lib/Analysis/CFRefCount.cpp +++ b/lib/Analysis/CFRefCount.cpp @@ -3020,7 +3020,7 @@ CFRefLeakReport::CFRefLeakReport(CFRefBug& D, const CFRefCount &tf, // FIXME: AllocBinding doesn't get populated for RegionStore yet. if (AllocBinding) - os << " and store into '" << AllocBinding->getString() << '\''; + os << " and stored into '" << AllocBinding->getString() << '\''; } //===----------------------------------------------------------------------===//