[skip ci]Modify comment in param table (#9140)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/9143/head
sunby 2021-10-03 17:38:14 +08:00 committed by GitHub
parent 5b9191c32f
commit 7448904c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ func (p *ParamTable) Init() {
p.initStatsStreamPosSubPath()
}
// Init once ensure param table is a singleton
// InitOnce ensures param table is a singleton
func (p *ParamTable) InitOnce() {
once.Do(func() {
p.Init()