[skip ci]Fix global id typo error (#10499)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
pull/10511/head
godchen 2021-10-23 16:55:44 +08:00 committed by GitHub
parent 7993d3de98
commit 3b8c17abf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ func (gia *GlobalIDAllocator) AllocOne() (typeutil.UniqueID, error) {
return idStart, nil
}
// UpdateID update timestamp of allocator.
// UpdateID updates timestamp of allocator.
func (gia *GlobalIDAllocator) UpdateID() error {
return gia.allocator.UpdateTSO()
}