From c1c3f47cc1321bd3094f6841d6177c1db3d0095a Mon Sep 17 00:00:00 2001 From: godchen Date: Thu, 21 Oct 2021 20:47:11 +0800 Subject: [PATCH] [skip ci]Fix allocator close comment typo (#10369) 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 da6b5bc7aa..81cd5d027d 100644 --- a/internal/allocator/allocator.go +++ b/internal/allocator/allocator.go @@ -93,7 +93,7 @@ func (t *EmptyTicker) Init() { func (t *EmptyTicker) Reset() { } -// Close do nothing. +// Close does nothing. func (t *EmptyTicker) Close() { }