Change casing of bug type.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56405 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp
index dcea4a6..adbeff9 100644
--- a/lib/Analysis/CFRefCount.cpp
+++ b/lib/Analysis/CFRefCount.cpp
@@ -2063,7 +2063,7 @@
     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)";