[skip ci]Fix allocator typo (#10997)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
pull/11018/head
godchen 2021-11-01 16:52:19 +08:00 committed by GitHub
parent d0ee395de5
commit 0970aea7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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