summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib')
-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 41754c95e75..5ff3ce5855b 100644
--- a/clang/lib/Analysis/CFRefCount.cpp
+++ b/clang/lib/Analysis/CFRefCount.cpp
@@ -1372,7 +1372,7 @@ PathDiagnosticPiece* CFRefReport::VisitNode(ExplodedNode<ValueState>* N,
os << "Reference count incremented.";
if (CurrV.getCount())
- os << " Object has +" << CurrV.getCount() << " reference counts.";
+ os << " Object has +" << CurrV.getCount() << " reference count.";
Msg = os.str().c_str();
OpenPOWER on IntegriCloud