From 7448904c8a39a64810ab6abd6635aee1a410ee52 Mon Sep 17 00:00:00 2001 From: sunby Date: Sun, 3 Oct 2021 17:38:14 +0800 Subject: [PATCH] [skip ci]Modify comment in param table (#9140) Signed-off-by: sunby --- internal/datacoord/param_table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/datacoord/param_table.go b/internal/datacoord/param_table.go index f8346122b1..f50d108d31 100644 --- a/internal/datacoord/param_table.go +++ b/internal/datacoord/param_table.go @@ -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()