]> granicus.if.org Git - clang/commitdiff
Fix grammar.
authorTed Kremenek <kremenek@apple.com>
Thu, 2 Apr 2009 03:42:38 +0000 (03:42 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 2 Apr 2009 03:42:38 +0000 (03:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68282 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CFRefCount.cpp

index 0a6b48f99e07bfc470d88795ebbc25362f0e1a60..95df6b4c1c31c01bcb89aa90f28a0d72d9b4179c 100644 (file)
@@ -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() << '\'';
 }
 
 //===----------------------------------------------------------------------===//