From: Lenny Maiorani Date: Wed, 12 Aug 2015 20:00:10 +0000 (+0000) Subject: Fix missing space in libfuzzer's help text. X-Git-Tag: studio-1.4~148 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1230a549703acb0f71826586ccf0d8b2bc366d30;p=platform%2Fupstream%2Fllvm.git Fix missing space in libfuzzer's help text. llvm-svn: 244800 --- diff --git a/llvm/lib/Fuzzer/FuzzerFlags.def b/llvm/lib/Fuzzer/FuzzerFlags.def index d5a428b..7bc18af 100644 --- a/llvm/lib/Fuzzer/FuzzerFlags.def +++ b/llvm/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 "