From 3610fe89c0901ff19a1e1bb06488af7d549fcf42 Mon Sep 17 00:00:00 2001 From: godchen Date: Wed, 20 Oct 2021 20:30:37 +0800 Subject: [PATCH] [skip ci ]Fix allocator comments (#10276) Signed-off-by: godchen --- internal/allocator/allocator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/allocator/allocator.go b/internal/allocator/allocator.go index 7b5ad9d079..ebdaa160ed 100644 --- a/internal/allocator/allocator.go +++ b/internal/allocator/allocator.go @@ -61,7 +61,7 @@ type IDRequest struct { count uint32 } -// SyncRequest embed BaseRequest and is used to force synchronize from RootCoordinator. +// SyncRequest embeds BaseRequest and is used to force synchronize from RootCoordinator. type SyncRequest struct { BaseRequest }