|
From: <sv...@va...> - 2008-06-26 07:30:29
|
Author: bart Date: 2008-06-26 08:30:32 +0100 (Thu, 26 Jun 2008) New Revision: 8280 Log: Minor change of the help text. Modified: trunk/exp-drd/drd_main.c Modified: trunk/exp-drd/drd_main.c =================================================================== --- trunk/exp-drd/drd_main.c 2008-06-24 22:22:01 UTC (rev 8279) +++ trunk/exp-drd/drd_main.c 2008-06-26 07:30:32 UTC (rev 8280) @@ -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" |