From f7a7f41706fc5f2400a533cbb0136e12007fbb95 Mon Sep 17 00:00:00 2001 From: godchen Date: Thu, 21 Oct 2021 19:46:13 +0800 Subject: [PATCH] [skip ci]Fix allocator init comment typo (#10370) Signed-off-by: godchen --- internal/allocator/allocator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { }