Minor change of the help text.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8280 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/exp-drd/drd_main.c b/exp-drd/drd_main.c
index 9760ca1..30cc0c5 100644
--- a/exp-drd/drd_main.c
+++ b/exp-drd/drd_main.c
@@ -185,8 +185,8 @@
 "    --var-info=yes|no         Display the names of global, static and\n"
 "        stack variables when a race is reported on such a variable. This\n"
 "        information is by default not displayed since for big programs\n"
-"        reading in all debug information for all variables at once may\n"
-"        cause an out of memory error [no].\n"
+"        reading in all debug information at once may cause an out of\n"
+"        memory error [no].\n"
 "\n"
 "  exp-drd options for monitoring process behavior:\n"
 "    --trace-addr=<address>    Trace all load and store activity for the.\n"