Index: tools/auto_bisect/bisect_perf_regression.py |
diff --git a/tools/auto_bisect/bisect_perf_regression.py b/tools/auto_bisect/bisect_perf_regression.py |
index 333bcc07a8506a32954e1cfe84b58c8a19ba7f5c..897ac45dec41cf1caace106a21b52e84be3ecf5f 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. |