aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CFRefCount.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-04-02 03:42:38 +0000
committerTed Kremenek <kremenek@apple.com>2009-04-02 03:42:38 +0000
commitc2dcd89e4b0fe36e3c9654b7aa83efc2f0e68e28 (patch)
tree0a59a9f4f4cb995aec1ce9c4232b32264bda70e7 /lib/Analysis/CFRefCount.cpp
parent28de78bf9b8532b7733f49aea54b7fae651af490 (diff)
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CFRefCount.cpp')
-rw-r--r--lib/Analysis/CFRefCount.cpp2
1 files changed, 1 insertions, 1 deletions
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() << '\'';
}
//===----------------------------------------------------------------------===//