diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-09-01 00:17:12 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-09-01 00:17:12 +0000 |
commit | 27a36e9512d40d8bf431a9eff32e3375d24092cb (patch) | |
tree | 5ac04b3dcd5584b9aa48c1d2820c0dda6ba22392 /lib/Analysis/CheckNSError.cpp | |
parent | 303e6d7554badb1c42844080eebb9594c27e5373 (diff) |
Sentence-case bug category.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80644 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CheckNSError.cpp')
-rw-r--r-- | lib/Analysis/CheckNSError.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/CheckNSError.cpp b/lib/Analysis/CheckNSError.cpp index 800940dc61..0b9ae04ece 100644 --- a/lib/Analysis/CheckNSError.cpp +++ b/lib/Analysis/CheckNSError.cpp @@ -51,7 +51,7 @@ public: NSErrorCheck(const Decl &D, bool isNSError, GRExprEngine& eng) : BugType(isNSError ? "NSError** null dereference" : "CFErrorRef* null dereference", - "Coding Conventions (Apple)"), + "Coding conventions (Apple)"), CodeDecl(D), isNSErrorWarning(isNSError), II(&eng.getContext().Idents.get(isNSErrorWarning ? "NSError":"CFErrorRef")), |