]> granicus.if.org Git - clang/commitdiff
Tidy up bug descriptions.
authorTed Kremenek <kremenek@apple.com>
Sat, 7 Feb 2009 22:37:02 +0000 (22:37 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 7 Feb 2009 22:37:02 +0000 (22:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64039 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/GRExprEngineInternalChecks.cpp

index 76286f4dbf27b70b9f8b34ca1bdab51c4aa50884..b7762d8412b4961728f58c5edc5409b845464ec0 100644 (file)
@@ -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());