aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/GRExprEngineInternalChecks.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-02-07 22:37:02 +0000
committerTed Kremenek <kremenek@apple.com>2009-02-07 22:37:02 +0000
commitfaea26943e57910993602d99b92e26923ec4f228 (patch)
tree4bb189d1477e1b2d0c6bf7ee2b341e351d7badd0 /lib/Analysis/GRExprEngineInternalChecks.cpp
parentd90e70819543a7a3aa099bb6cf1703551edfe306 (diff)
Tidy up bug descriptions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64039 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/GRExprEngineInternalChecks.cpp')
-rw-r--r--lib/Analysis/GRExprEngineInternalChecks.cpp2
1 files changed, 1 insertions, 1 deletions
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());