mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip ci]Fix allocator comment typo (#13634)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
9d44ea034c
commit
65fec36715
@ -123,7 +123,7 @@ func (t *Ticker) Chan() <-chan time.Time {
|
|||||||
return t.ticker.C
|
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 {
|
type Allocator struct {
|
||||||
Ctx context.Context
|
Ctx context.Context
|
||||||
CancelFunc context.CancelFunc
|
CancelFunc context.CancelFunc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user