mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix allocator comment typo (#13634)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>pull/13821/head
parent
9d44ea034c
commit
65fec36715
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue