[skip ci]Fix allocator comment typo (#13634)

Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
pull/13821/head
godchen 2021-12-21 09:18:48 +08:00 committed by GitHub
parent 9d44ea034c
commit 65fec36715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ func (t *Ticker) Chan() <-chan time.Time {
return t.ticker.C
}
// Allocator allocates from a global allocator by its given member funcs
// Allocator allocates from a global allocator by its given member functions
type Allocator struct {
Ctx context.Context
CancelFunc context.CancelFunc