summaryrefslogtreecommitdiffstats
path: root/clang/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
commit7f905c2f0dd49055108ce515bed3fe8f450aa772 (patch)
tree205474f50837c0eb56e1ed0cd9f6140f79210338 /clang/lib/Analysis/CFRefCount.cpp
parent5d6d7d8184edff8d64a1596091014da37efb067f (diff)
downloadbcm5719-llvm-7f905c2f0dd49055108ce515bed3fe8f450aa772.tar.gz
bcm5719-llvm-7f905c2f0dd49055108ce515bed3fe8f450aa772.zip
Fix grammar.
llvm-svn: 68282
Diffstat (limited to 'clang/lib/Analysis/CFRefCount.cpp')
-rw-r--r--clang/lib/Analysis/CFRefCount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/CFRefCount.cpp b/clang/lib/Analysis/CFRefCount.cpp
index 0a6b48f99e0..95df6b4c1c3 100644
--- a/clang/lib/Analysis/CFRefCount.cpp
+++ b/clang/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() << '\'';
}
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud