diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-09-21 19:08:31 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-09-21 19:08:31 +0000 |
commit | a05131a971a82428c469f715ccec73556e6467bd (patch) | |
tree | 00762b6f03b778a59c0dca3bd4ac78048a7ae139 /lib/Analysis/CFRefCount.cpp | |
parent | feee21a47644ce073ebe66e52fbed18184cf8310 (diff) |
Change casing of bug type.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56405 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CFRefCount.cpp')
-rw-r--r-- | lib/Analysis/CFRefCount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp index dcea4a6cc0..adbeff9915 100644 --- a/lib/Analysis/CFRefCount.cpp +++ b/lib/Analysis/CFRefCount.cpp @@ -2063,7 +2063,7 @@ namespace { virtual const char* getName() const { if (getTF().isGCEnabled()) - return "Leak (GC)"; + return "leak (GC)"; if (getTF().getLangOptions().getGCMode() == LangOptions::HybridGC) return "leak (hybrid MM, non-GC)"; |