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

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
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

View File

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