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

Unified Diff: tools/valgrind/regrind.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/locate_valgrind.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/regrind.sh
diff --git a/tools/valgrind/regrind.sh b/tools/valgrind/regrind.sh
index 40900be8ad052d3004ea6e74e4bb06e95be66d81..cb408c48699d16448020397d5afa7ab557d3c98a 100755
--- a/tools/valgrind/regrind.sh
+++ b/tools/valgrind/regrind.sh
@@ -42,7 +42,8 @@ layout_list_failed_tests() {
}
# Generate a list of failed tests in regrind-failed.txt by scraping bot.
-# Scrape most recent first, so if user interrupts, he is left with fresh-ish data.
+# Scrape most recent first, so if user interrupts, they are left with fresh-ish
+# data.
scrape_layout() {
rm -f regrind-*.tmp* regrind-failed.txt regrind-failed-map.txt
touch regrind-failed.txt
« no previous file with comments | « tools/valgrind/locate_valgrind.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698