| Index: tools/valgrind/locate_valgrind.sh
|
| diff --git a/tools/valgrind/locate_valgrind.sh b/tools/valgrind/locate_valgrind.sh
|
| index 11d4d83d9c73ffcd781a3c123127fa07a628b13b..a1e9bf2de120c7dcfd5560d35a894b03bcb48582 100755
|
| --- a/tools/valgrind/locate_valgrind.sh
|
| +++ b/tools/valgrind/locate_valgrind.sh
|
| @@ -11,7 +11,7 @@
|
|
|
| export THISDIR=`dirname $0`
|
|
|
| -# User may use his own valgrind by giving its path with CHROME_VALGRIND env.
|
| +# User may use their own valgrind by giving its path with CHROME_VALGRIND env.
|
| if [ "$CHROME_VALGRIND" = "" ]
|
| then
|
| # Guess which binaries we should use by uname
|
|
|