[skip ci]Fix allocator close comment typo (#10369)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
pull/10394/head
godchen 2021-10-21 20:47:11 +08:00 committed by GitHub
parent 17cf35511d
commit c1c3f47cc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ func (t *EmptyTicker) Init() {
func (t *EmptyTicker) Reset() {
}
// Close do nothing.
// Close does nothing.
func (t *EmptyTicker) Close() {
}