Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: tools/valgrind/locate_valgrind.sh

Issue 2441523003: Remove gender specific language from src/tools (Closed)
Patch Set: Fix nit Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/valgrind/chrome_tests.py ('k') | tools/valgrind/regrind.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tools/valgrind/chrome_tests.py ('k') | tools/valgrind/regrind.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698