From 6d54bb20a73807deea42a2bebddcd294d26e370f Mon Sep 17 00:00:00 2001 From: godchen Date: Fri, 29 Oct 2021 13:02:08 +0800 Subject: [PATCH] [skip ci]Fix allocator typo (#10878) Signed-off-by: godchen --- internal/allocator/global_id.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/allocator/global_id.go b/internal/allocator/global_id.go index fa57d26835..e0e5e3e90c 100644 --- a/internal/allocator/global_id.go +++ b/internal/allocator/global_id.go @@ -22,7 +22,7 @@ import ( "github.com/milvus-io/milvus/internal/util/typeutil" ) -// GIDAllocator is interface for GlobalIDAllocator. +// GIDAllocator is an interface for GlobalIDAllocator. // Alloc allocates the id of the count number. // AllocOne allocates one id. // UpdateID update timestamp of allocator.