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

Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
This commit is contained in:
godchen 2021-10-06 23:32:27 +08:00 committed by GitHub
parent e7e37448d2
commit cd4205e447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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{