diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-11-25 21:00:39 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-11-25 21:00:39 +0100 |
commit | b8a883787501180e8ead0e5f21e8e858841be73b (patch) | |
tree | b5b12d08d138c5177ffdd21075843fed8a5e876c /docs | |
parent | fce93647cc788683be3d8cca79c4689de4b71c3f (diff) | |
download | afl++-b8a883787501180e8ead0e5f21e8e858841be73b.tar.gz |
Fix typo (#1183)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/fuzzing_in_depth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md index 869ed212..2a423db7 100644 --- a/docs/fuzzing_in_depth.md +++ b/docs/fuzzing_in_depth.md @@ -516,7 +516,7 @@ For every secondary fuzzer there should be a variation, e.g.: * one to three fuzzers should fuzz a target compiled with laf-intel/COMPCOV (see above). Important note: If you run more than one laf-intel/COMPCOV fuzzer and you want them to share their intermediate results, the main fuzzer (`-M`) must - be one of the them! (Although this is not really recommended.) + be one of them! (Although this is not really recommended.) All other secondaries should be used like this: * a quarter to a third with the MOpt mutator enabled: `-L 0` |