mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix allocator reset comment typo (#10368)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/10384/head
parent
f35d342426
commit
c1ae837231
|
@ -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() {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue