Skip to content

Commit dbad3e3

Browse files
authored
[libFuzzer] Add missing space in FuzzerFlags.def
1 parent 2c7829e commit dbad3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/fuzzer/FuzzerFlags.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FUZZER_FLAG_STRING(seed_inputs, "A comma-separated list of input files "
2525
"the name of a file containing the comma-separated list.")
2626
FUZZER_FLAG_INT(keep_seed, 0, "If 1, keep seed inputs in the corpus even if "
2727
"they do not produce new coverage. When used with |reduce_inputs==1|, the "
28-
"seed inputs will never be reduced. This option can be useful when seeds are"
28+
"seed inputs will never be reduced. This option can be useful when seeds are "
2929
"not properly formed for the fuzz target but still have useful snippets.")
3030
FUZZER_FLAG_INT(cross_over, 1, "If 1, cross over inputs.")
3131
FUZZER_FLAG_INT(cross_over_uniform_dist, 0, "Experimental. If 1, use a "

0 commit comments

Comments
 (0)