|
From: <sv...@va...> - 2005-06-12 20:51:22
|
Author: njn Date: 2005-06-12 21:51:09 +0100 (Sun, 12 Jun 2005) New Revision: 3902 Log: Improve comment. Modified: trunk/coregrind/pub_core_libcproc.h Modified: trunk/coregrind/pub_core_libcproc.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/pub_core_libcproc.h 2005-06-12 17:47:24 UTC (rev 3901= ) +++ trunk/coregrind/pub_core_libcproc.h 2005-06-12 20:51:09 UTC (rev 3902= ) @@ -38,7 +38,8 @@ =20 #include "pub_tool_libcproc.h" =20 -/* The directory we look for all our auxillary files in */ +/* The directory we look for all our auxillary files in. Useful for + running Valgrind out of a build tree without having to do "make insta= ll". */ #define VALGRINDLIB "VALGRINDLIB" =20 /* Additional command-line arguments; they are overridden by actual |