Shorted bug-description.
llvm-svn: 49102
diff --git a/clang/lib/Analysis/GRSimpleVals.cpp b/clang/lib/Analysis/GRSimpleVals.cpp
index 9a0d63e..5d8ccb9 100644
--- a/clang/lib/Analysis/GRSimpleVals.cpp
+++ b/clang/lib/Analysis/GRSimpleVals.cpp
@@ -28,7 +28,7 @@
namespace bugdesc {
struct NullDeref {
- static const char* getName() { return "Null pointer dereference"; }
+ static const char* getName() { return "Null dereference"; }
static PathDiagnosticPiece* getEndPath(SourceManager& SMgr,
ExplodedNode<ValueState> *N);