From d0ee395de539bafc44f4904479ff72e05b6210fd Mon Sep 17 00:00:00 2001 From: godchen Date: Mon, 1 Nov 2021 16:50:33 +0800 Subject: [PATCH] [skip ci]Fix allocator typo (#10996) Signed-off-by: godchen --- internal/datacoord/allocator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{