From: Ted Kremenek Date: Sat, 7 Feb 2009 22:37:02 +0000 (+0000) Subject: Tidy up bug descriptions. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=faea26943e57910993602d99b92e26923ec4f228;p=clang Tidy up bug descriptions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64039 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/GRExprEngineInternalChecks.cpp b/lib/Analysis/GRExprEngineInternalChecks.cpp index 76286f4dbf..b7762d8412 100644 --- a/lib/Analysis/GRExprEngineInternalChecks.cpp +++ b/lib/Analysis/GRExprEngineInternalChecks.cpp @@ -106,7 +106,7 @@ class VISIBILITY_HIDDEN BadCall : public BuiltinBug { public: BadCall(GRExprEngine *eng) : BuiltinBug(eng,"invalid function call", - "Called function is a NULL or undefined function pointer value.") {} + "Called function is a NULL or an undefined function pointer value.") {} void FlushReportsImpl(BugReporter& BR, GRExprEngine& Eng) { Emit(BR, Eng.bad_calls_begin(), Eng.bad_calls_end());