[skip ci]Fix allocator typo (#10878)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
pull/10913/head
godchen 2021-10-29 13:02:08 +08:00 committed by GitHub
parent e33a02326b
commit 6d54bb20a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.