[skip ci]Fix allocator reset comment typo (#10368)

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

View File

@ -89,7 +89,7 @@ func (t *EmptyTicker) Chan() <-chan time.Time {
func (t *EmptyTicker) Init() {
}
// Reset do nothing.
// Reset does nothing.
func (t *EmptyTicker) Reset() {
}