diff --git a/internal/allocator/allocator.go b/internal/allocator/allocator.go index 7613ab36f5..da6b5bc7aa 100644 --- a/internal/allocator/allocator.go +++ b/internal/allocator/allocator.go @@ -85,7 +85,7 @@ func (t *EmptyTicker) Chan() <-chan time.Time { return t.tChan } -// Init do nothing. +// Init does nothing. func (t *EmptyTicker) Init() { }