Tool description is now the same as in the manual.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8360 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/exp-drd/drd_main.c b/exp-drd/drd_main.c
index d1fdd98..f27f76d 100644
--- a/exp-drd/drd_main.c
+++ b/exp-drd/drd_main.c
@@ -1218,7 +1218,7 @@
 
   VG_(details_name)            ("exp-drd");
   VG_(details_version)         (NULL);
-  VG_(details_description)     ("a data race detector");
+  VG_(details_description)     ("a thread error detector");
   VG_(details_copyright_author)("Copyright (C) 2006-2008, and GNU GPL'd,"
                                 " by Bart Van Assche.");
   VG_(details_bug_reports_to)  (VG_BUGS_TO);
diff --git a/exp-drd/tests/filter_stderr b/exp-drd/tests/filter_stderr
index fd39e01..d311813 100755
--- a/exp-drd/tests/filter_stderr
+++ b/exp-drd/tests/filter_stderr
@@ -9,7 +9,7 @@
 # Remove libpthread's version number.
 # Remove line numbers from stack traces.
 sed \
--e "/^exp-drd, a data race detector\.$/d" \
+-e "/^exp-drd, a thread error detector\.$/d" \
 -e "s/^Allocation context: stack of thread \([0-9]*\), offset -[0-9]*$/Allocation context: stack of thread \1, offset .../" \
 -e "/^warning: evaluate_Dwarf3_Expr: unhandled DW_OP_.*/d" \
 -e "s/, in frame #[0-9]* of thread /, in frame #? of thread /" \