diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-04-24 17:51:19 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-04-24 17:51:19 +0000 |
commit | 2e09bf6d02405b5cd9c4223fd11519a089032a66 (patch) | |
tree | 22d3f05a842d27a1826a0894f4c41fc2025562a1 /lib/Analysis/CFRefCount.cpp | |
parent | de4d5339e0811c8c8226aee8e00dc9a25bd5ebcf (diff) |
Sentence case bug name.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69983 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 564f15bf5b..8be76d8289 100644 --- a/lib/Analysis/CFRefCount.cpp +++ b/lib/Analysis/CFRefCount.cpp @@ -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 " |