mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix allocator close comment typo (#10369)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/10394/head
parent
17cf35511d
commit
c1c3f47cc1
|
@ -93,7 +93,7 @@ func (t *EmptyTicker) Init() {
|
|||
func (t *EmptyTicker) Reset() {
|
||||
}
|
||||
|
||||
// Close do nothing.
|
||||
// Close does nothing.
|
||||
func (t *EmptyTicker) Close() {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue