未验证 提交 cd4205e4 编写于 作者: G godchen 提交者: GitHub

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

Signed-off-by: Ngodchen0212 <qingxiang.chen@zilliz.com>
上级 e7e37448
......@@ -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{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册