summaryrefslogtreecommitdiff
path: root/lib/fuzzer/FuzzerFlags.def
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2018-03-13 14:35:10 +0000
committerSylvestre Ledru <sylvestre@debian.org>2018-03-13 14:35:10 +0000
commite24370110c39773a6d068a34676c7123f66ee1bc (patch)
tree15281f6b28c0b167ec718607df24986ea9ec7a86 /lib/fuzzer/FuzzerFlags.def
parent4c895bfe35adea9996ffe603d7ca215fb7e6d1ef (diff)
fix some user facing typos / in the comments
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@327402 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/fuzzer/FuzzerFlags.def')
-rw-r--r--lib/fuzzer/FuzzerFlags.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fuzzer/FuzzerFlags.def b/lib/fuzzer/FuzzerFlags.def
index 7e722f415..9956f4489 100644
--- a/lib/fuzzer/FuzzerFlags.def
+++ b/lib/fuzzer/FuzzerFlags.def
@@ -45,7 +45,7 @@ FUZZER_FLAG_INT(merge, 0, "If 1, the 2-nd, 3-rd, etc corpora will be "
"This flag can be used to minimize a corpus.")
FUZZER_FLAG_STRING(merge_inner, "internal flag")
FUZZER_FLAG_STRING(merge_control_file,
- "Specify a control file used for the merge proccess. "
+ "Specify a control file used for the merge process. "
"If a merge process gets killed it tries to leave this file "
"in a state suitable for resuming the merge. "
"By default a temporary file will be used.")