]> granicus.if.org Git - clang/commitdiff
Sentence case bug name.
authorTed Kremenek <kremenek@apple.com>
Fri, 24 Apr 2009 17:51:19 +0000 (17:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 24 Apr 2009 17:51:19 +0000 (17:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69983 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CFRefCount.cpp

index 564f15bf5b3052db17ff45fc1f182c0fe07bff09..8be76d82897518c4f502482e939c739bcb235301 100644 (file)
@@ -2412,7 +2412,7 @@ namespace {
   
   class VISIBILITY_HIDDEN BadRelease : public CFRefBug {
   public:
-    BadRelease(CFRefCount* tf) : CFRefBug(tf, "bad release") {}
+    BadRelease(CFRefCount* tf) : CFRefBug(tf, "Bad release") {}
 
     const char* getDescription() const {
       return "Incorrect decrement of the reference count of an "