mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix allocator typo (#10997)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/11018/head
parent
d0ee395de5
commit
0970aea7e7
|
@ -38,7 +38,7 @@ type rootCoordAllocator struct {
|
|||
types.RootCoord
|
||||
}
|
||||
|
||||
// newRootCoordAllocator get an allocator from RootCoord
|
||||
// newRootCoordAllocator gets an allocator from RootCoord
|
||||
func newRootCoordAllocator(rootCoordClient types.RootCoord) allocator {
|
||||
return &rootCoordAllocator{
|
||||
RootCoord: rootCoordClient,
|
||||
|
|
Loading…
Reference in New Issue