diff options
| -rw-r--r-- | syz-ci/jobs.go | 2 |
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: |
