From c2cfeda8fead90302c808a8e2662e57df2873d6d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 26 Jun 2008 07:30:32 +0000 Subject: [PATCH] Minor change of the help text. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8280 --- exp-drd/drd_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exp-drd/drd_main.c b/exp-drd/drd_main.c index 9760ca1636..30cc0c5bda 100644 --- a/exp-drd/drd_main.c +++ b/exp-drd/drd_main.c @@ -185,8 +185,8 @@ static void drd_print_usage(void) " --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=
Trace all load and store activity for the.\n" -- 2.47.2