Shorted bug-description.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49102 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/GRSimpleVals.cpp b/lib/Analysis/GRSimpleVals.cpp
index 9a0d63e..5d8ccb9 100644
--- a/lib/Analysis/GRSimpleVals.cpp
+++ b/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);