diff --git a/internal/datacoord/allocator.go b/internal/datacoord/allocator.go index 4022e75e6a..1a52cd5e8c 100644 --- a/internal/datacoord/allocator.go +++ b/internal/datacoord/allocator.go @@ -45,7 +45,7 @@ func newRootCoordAllocator(rootCoordClient types.RootCoord) allocator { } } -// allocTimestamp allocate a Timestamp +// allocTimestamp allocates a Timestamp // invoking RootCoord `AllocTimestamp` func (alloc *rootCoordAllocator) allocTimestamp(ctx context.Context) (Timestamp, error) { resp, err := alloc.AllocTimestamp(ctx, &rootcoordpb.AllocTimestampRequest{