summaryrefslogtreecommitdiffstats
path: root/tools/auto_bisect
diff options
context:
space:
mode:
authorrobertocn <robertocn@chromium.org>2015-01-28 15:14:02 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-28 23:16:15 +0000
commit2a12bf4e05171f9d736e3c1810317cb881bbe66a (patch)
tree7737057530e058f2e658984dd630f48cb0dfee22 /tools/auto_bisect
parent2b5e3a6a705c4bb52be1f8a98aade49bd303ac58 (diff)
downloadchromium_src-2a12bf4e05171f9d736e3c1810317cb881bbe66a.zip
chromium_src-2a12bf4e05171f9d736e3c1810317cb881bbe66a.tar.gz
chromium_src-2a12bf4e05171f9d736e3c1810317cb881bbe66a.tar.bz2
Fixing typo in the docstring for bisect_perf_regression.py
NOTRY=True Review URL: https://codereview.chromium.org/873313010 Cr-Commit-Position: refs/heads/master@{#313607}
Diffstat (limited to 'tools/auto_bisect')
-rwxr-xr-xtools/auto_bisect/bisect_perf_regression.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/auto_bisect/bisect_perf_regression.py b/tools/auto_bisect/bisect_perf_regression.py
index 333bcc0..897ac45 100755
--- a/tools/auto_bisect/bisect_perf_regression.py
+++ b/tools/auto_bisect/bisect_perf_regression.py
@@ -11,7 +11,7 @@ in between, it will get builds, run tests and classify intermediate revisions as
"good" or "bad" until an adjacent "good" and "bad" revision is found; this is
the culprit.
-If the culprit is a roll if a depedency repository (e.g. v8), it will then
+If the culprit is a roll of a depedency repository (e.g. v8), it will then
expand the revision range and continue the bisect until a culprit revision in
the dependency repository is found.