Fix golint issue caused by typo

Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
This commit is contained in:
Guangwen Feng 2021-04-12 09:57:41 +08:00
parent f4db4ac7a3
commit 7985c4e6af
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import (
"github.com/prometheus/client_golang/prometheus"
)
// liveReaderMetrics holds all metrics exposed by the LiveReader.
// LiveReaderMetrics holds all metrics exposed by the LiveReader.
type LiveReaderMetrics struct {
readerCorruptionErrors *prometheus.CounterVec
}