aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-03-20 13:55:27 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-03-20 13:55:56 +0100
commita664c187e4fdbafa6255068a4a8496b8a3d7ba41 (patch)
treefd38da7ddf24ac5b37a5822ec728ea1c438eb24b
parenta469d047d106034041edf8070cea28eb1babc88b (diff)
syz-ci: fix a typo
-rw-r--r--syz-ci/jobs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-ci/jobs.go b/syz-ci/jobs.go
index 4c5cf86a8..e842fb8f2 100644
--- a/syz-ci/jobs.go
+++ b/syz-ci/jobs.go
@@ -66,7 +66,7 @@ func (jp *JobProcessor) loop() {
var lastCommitPoll time.Time
loop:
for {
- // Check jp.stop separately first, otherwise if stop signal arrives during a job exection,
+ // Check jp.stop separately first, otherwise if stop signal arrives during a job execution,
// we can grab the next one with 50% probability.
select {
case <-jp.stop: