[libFuzzer] Fix typo in seed_inputs flag description. NFC.
authorMarek Kurdej <marek@quasardb.net>
Thu, 9 Apr 2020 11:53:03 +0000 (13:53 +0200)
committerMarek Kurdej <marek@quasardb.net>
Thu, 9 Apr 2020 11:54:07 +0000 (13:54 +0200)
compiler-rt/lib/fuzzer/FuzzerFlags.def

index a674157..d2aaf24 100644 (file)
@@ -22,7 +22,7 @@ FUZZER_FLAG_INT(len_control, 100, "Try generating small inputs first, "
   "size up to max_len. Default value is 0, if LLVMFuzzerCustomMutator is used.")
 FUZZER_FLAG_STRING(seed_inputs, "A comma-separated list of input files "
   "to use as an additional seed corpus. Alternatively, an \"@\" followed by "
-  "the name of a file containing the comma-seperated list.")
+  "the name of a file containing the comma-separated list.")
 FUZZER_FLAG_INT(cross_over, 1, "If 1, cross over inputs.")
 FUZZER_FLAG_INT(mutate_depth, 5,
             "Apply this number of consecutive mutations to each input.")