submitqueue.runner: fix typo in comment

This commit is contained in:
Florian Klink 2019-12-04 11:43:12 +01:00
parent 0175a10657
commit 2a4d5516e4

View file

@ -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())