From: Lenny Maiorani Date: Wed, 12 Aug 2015 20:00:10 +0000 (+0000) Subject: Fix missing space in libfuzzer's help text. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5320ef0b60c6ae0b1bdda90d616252f3071c917f;p=oota-llvm.git Fix missing space in libfuzzer's help text. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244800 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Fuzzer/FuzzerFlags.def b/lib/Fuzzer/FuzzerFlags.def index d5a428bb25a..7bc18af2248 100644 --- a/lib/Fuzzer/FuzzerFlags.def +++ b/lib/Fuzzer/FuzzerFlags.def @@ -49,7 +49,7 @@ FUZZER_FLAG_INT(workers, 0, " If zero, \"min(jobs,NumberOfCpuCores()/2)\" is used.") FUZZER_FLAG_INT(reload, 1, "Reload the main corpus periodically to get new units" - "discovered by other processes.") + " discovered by other processes.") FUZZER_FLAG_STRING(tokens, "Use the file with tokens (one token per line) to" " fuzz a token based input language.") FUZZER_FLAG_STRING(apply_tokens, "Read the given input file, substitute bytes "