mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix allocator comment typo (#9363)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
e7e37448d2
commit
cd4205e447
@ -40,7 +40,7 @@ func newAllocator(s types.RootCoord) *allocator {
|
||||
}
|
||||
}
|
||||
|
||||
// allocID allocat one ID from rootCoord
|
||||
// allocID allocate one ID from rootCoord
|
||||
func (alloc *allocator) allocID() (UniqueID, error) {
|
||||
ctx := context.TODO()
|
||||
resp, err := alloc.rootCoord.AllocID(ctx, &rootcoordpb.AllocIDRequest{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user