diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-03-05 00:12:45 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-03-05 00:12:45 +0000 |
commit | 8d9af4cb482994b260ee9b3a0145ca15feba15f2 (patch) | |
tree | bfda796f75a35f4fcccd1f6990317e8574489072 /clang/lib/Analysis/CFRefCount.cpp | |
parent | 735012c466874749a9dd5035084083f185be2bb9 (diff) | |
download | bcm5719-llvm-8d9af4cb482994b260ee9b3a0145ca15feba15f2.tar.gz bcm5719-llvm-8d9af4cb482994b260ee9b3a0145ca15feba15f2.zip |
Fix message title
llvm-svn: 66110
Diffstat (limited to 'clang/lib/Analysis/CFRefCount.cpp')
-rw-r--r-- | clang/lib/Analysis/CFRefCount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/CFRefCount.cpp b/clang/lib/Analysis/CFRefCount.cpp index 08f4b64f76f..6929af32f93 100644 --- a/clang/lib/Analysis/CFRefCount.cpp +++ b/clang/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", |