Skip to content

Commit c497f6d

Browse files
authored
Fix golint issue (#3398)
Signed-off-by: Hu Shuai <[email protected]>
1 parent 4d967d0 commit c497f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/storage/memory/sampling.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"github.com/jaegertracing/jaeger/cmd/collector/app/sampling/model"
2222
)
2323

24-
// SamplingStroe is an in-memory store for sampling data
24+
// SamplingStore is an in-memory store for sampling data
2525
type SamplingStore struct {
2626
sync.RWMutex
2727
throughputs []*storedThroughput

0 commit comments

Comments
 (0)