summaryrefslogtreecommitdiffstats
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
commit79f955bfed4b3d280918b5eb7f3a778145f178fa (patch)
treea392eb9ff7abf49b98322270db93f724887199a9
parent252b90ece64169428d0977a826c32ce8d694b0e0 (diff)
downloadbcm5719-llvm-79f955bfed4b3d280918b5eb7f3a778145f178fa.tar.gz
bcm5719-llvm-79f955bfed4b3d280918b5eb7f3a778145f178fa.zip
Tidy up bug descriptions.
llvm-svn: 64039
-rw-r--r--clang/lib/Analysis/GRExprEngineInternalChecks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/GRExprEngineInternalChecks.cpp b/clang/lib/Analysis/GRExprEngineInternalChecks.cpp
index 76286f4dbf2..b7762d8412b 100644
--- a/clang/lib/Analysis/GRExprEngineInternalChecks.cpp
+++ b/clang/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());
OpenPOWER on IntegriCloud