aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CFRefCount.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-03-05 00:12:45 +0000
committerTed Kremenek <kremenek@apple.com>2009-03-05 00:12:45 +0000
commit452c31e66338b70abce97ef714294ce12ccca319 (patch)
tree7dfa3717aba153e06e91abe57a4ff2cf72ab9251 /lib/Analysis/CFRefCount.cpp
parent64e4234f6fc7d25cf33536f03e840d8e3e840623 (diff)
Fix message title
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66110 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 08f4b64f76..6929af32f9 100644
--- a/lib/Analysis/CFRefCount.cpp
+++ b/lib/Analysis/CFRefCount.cpp
@@ -2392,7 +2392,7 @@ static const char* Msgs[] = {
// GC only
"Code is compiled to only use garbage collection",
// No GC.
- "Code is compiled to not use reference counts and not garbage collection",
+ "Code is compiled to use reference counts",
// Hybrid, with GC.
"Code is compiled to use either garbage collection (GC) or reference counts"
" (non-GC). The bug occurs with GC enabled",