[skip ci]Fix allocator init comment typo (#10370)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
godchen 2021-10-21 19:46:13 +08:00 committed by GitHub
parent ff71f53877
commit f7a7f41706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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