From c2dcd89e4b0fe36e3c9654b7aa83efc2f0e68e28 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 2 Apr 2009 03:42:38 +0000 Subject: [PATCH] Fix grammar. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68282 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/CFRefCount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() << '\''; } //===----------------------------------------------------------------------===// -- 2.40.0