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 | 21895e0b89b2fadad5baa58005e465a8a48432cb (patch) | |
tree | 183048213d56a1f72fa7108b4ff3d984f03974be /clang/lib/Analysis/CFRefCount.cpp | |
parent | 8a5ad39a46e5486e5f440cc89b319c213fd6669a (diff) | |
download | bcm5719-llvm-21895e0b89b2fadad5baa58005e465a8a48432cb.tar.gz bcm5719-llvm-21895e0b89b2fadad5baa58005e465a8a48432cb.zip |
Sentence case bug name.
llvm-svn: 69983
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 564f15bf5b3..8be76d82897 100644 --- a/clang/lib/Analysis/CFRefCount.cpp +++ b/clang/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 " |