summaryrefslogtreecommitdiffstats
path: root/tools/auto_bisect/bisect_perf_regression.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/auto_bisect/bisect_perf_regression.py')
-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.