diff --git a/internal/datacoord/allocator.go b/internal/datacoord/allocator.go index 1a52cd5e8c..1dddbd5d5d 100644 --- a/internal/datacoord/allocator.go +++ b/internal/datacoord/allocator.go @@ -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,