Commit 2a12bf4e authored by robertocn's avatar robertocn Committed by Commit bot

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}
parent 2b5e3a6a
...@@ -11,7 +11,7 @@ in between, it will get builds, run tests and classify intermediate revisions as ...@@ -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 "good" or "bad" until an adjacent "good" and "bad" revision is found; this is
the culprit. 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 expand the revision range and continue the bisect until a culprit revision in
the dependency repository is found. the dependency repository is found.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment