diff options
author | Florian Klink <flokli@flokli.de> | 2019-12-04T10·43+0100 |
---|---|---|
committer | Florian Klink <flokli@flokli.de> | 2019-12-04T10·43+0100 |
commit | 2a4d5516e46277172a8a7be5a747651330469e99 (patch) | |
tree | bc0494ee96faef2b6cdaa5a86fa3f9aad347bb99 /submitqueue/runner.go | |
parent | 0175a10657b586cf704ea49661084ca4f06aa810 (diff) |
submitqueue.runner: fix typo in comment
Diffstat (limited to 'submitqueue/runner.go')
-rw-r--r-- | submitqueue/runner.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/submitqueue/runner.go b/submitqueue/runner.go index 2b244e264891..0d8bcce2e1f2 100644 --- a/submitqueue/runner.go +++ b/submitqueue/runner.go @@ -119,7 +119,7 @@ func (r *Runner) Trigger(fetchOnly bool) error { l := r.logger.WithField("wipSerie", r.wipSerie) l.Info("Checking wipSerie") - // discard wipSeries not rebased on HEAD + // discard wipSerie not rebased on HEAD // we rebase them at the end of the loop, so this means master advanced without going through the submit queue if !r.gerrit.SerieIsRebasedOnHEAD(r.wipSerie) { l.Warnf("HEAD has moved to {} while still waiting for wipSerie, discarding it", r.gerrit.GetHEAD()) |