fix mis-spelling in fuzz.go (#5848)

Signed-off-by: czm <zhongming.chang@daocloud.io>
This commit is contained in:
AllenZMC 2019-08-09 22:19:45 +08:00 committed by Brian Brazil
parent 99ef093e2f
commit 3638e4ab18
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import "github.com/prometheus/prometheus/pkg/textparse"
// //
// Further input samples should go in the folders fuzz-data/ParseMetric/corpus. // 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 // Tuning which value is returned from Fuzz*-functions has a strong influence
// on how quick the fuzzer converges on "interesting" cases. At least try // on how quick the fuzzer converges on "interesting" cases. At least try