From a664c187e4fdbafa6255068a4a8496b8a3d7ba41 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 20 Mar 2019 13:55:27 +0100 Subject: syz-ci: fix a typo --- syz-ci/jobs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit mrf-deployment