about summary refs log tree commit diff
path: root/submitqueue/runner.go
diff options
context:
space:
mode:
Diffstat (limited to 'submitqueue/runner.go')
-rw-r--r--submitqueue/runner.go2
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())