|
From: <sv...@va...> - 2011-12-12 15:53:43
|
Author: bart Date: 2011-12-12 15:49:00 +0000 (Mon, 12 Dec 2011) New Revision: 12294 Log: DRD help text: remove a superfluous dot Modified: trunk/drd/drd_main.c Modified: trunk/drd/drd_main.c =================================================================== --- trunk/drd/drd_main.c 2011-12-11 20:34:03 UTC (rev 12293) +++ trunk/drd/drd_main.c 2011-12-12 15:49:00 UTC (rev 12294) @@ -217,7 +217,7 @@ " --show-stack-usage=yes|no Print stack usage at thread exit time [no].\n" "\n" " drd options for monitoring process behavior:\n" -" --trace-addr=<address> Trace all load and store activity for the.\n" +" --trace-addr=<address> Trace all load and store activity for the\n" " specified address [off].\n" " --trace-alloc=yes|no Trace all memory allocations and deallocations\n"" [no].\n" " --trace-barrier=yes|no Trace all barrier activity [no].\n" |