fix mis-spelling in fuzz.go (#5848)
Signed-off-by: czm <zhongming.chang@daocloud.io>
This commit is contained in:
parent
99ef093e2f
commit
3638e4ab18
|
@ -32,7 +32,7 @@ import "github.com/prometheus/prometheus/pkg/textparse"
|
|||
//
|
||||
// Further input samples should go in the folders fuzz-data/ParseMetric/corpus.
|
||||
//
|
||||
// Repeat for ParseMetricSeletion, ParseExpr and ParseStmt.
|
||||
// Repeat for ParseMetricSelection, ParseExpr and ParseStmt.
|
||||
|
||||
// Tuning which value is returned from Fuzz*-functions has a strong influence
|
||||
// on how quick the fuzzer converges on "interesting" cases. At least try
|
||||
|
|
Loading…
Reference in New Issue