diff options
author | tocic <tocic@protonmail.ch> | 2022-09-10 07:41:19 +0300 |
---|---|---|
committer | tocic <tocic@protonmail.ch> | 2022-09-10 07:41:19 +0300 |
commit | ffad6f3f095fce0a6a570727fb97593873a64b26 (patch) | |
tree | 9b889113b092988796fa2bc9a34582e39d821f62 /nyx_mode | |
parent | 147654f8715d237fe45c1657c87b2fe36c4db22a (diff) | |
download | afl++-ffad6f3f095fce0a6a570727fb97593873a64b26.tar.gz |
Fix typos in docs
Diffstat (limited to 'nyx_mode')
-rw-r--r-- | nyx_mode/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nyx_mode/README.md b/nyx_mode/README.md index 1afedd9b..11698df9 100644 --- a/nyx_mode/README.md +++ b/nyx_mode/README.md @@ -97,7 +97,7 @@ sudo modprobe kvm-intel # or kvm-amd for AMD processors If you want to fuzz in parallel (and you should!), then this has to be done in a special way: -* Instead of `-X` (standalone mode), you specify `-Y` (multi processor mode). +* Instead of `-X` (standalone mode), you specify `-Y` (multiprocessor mode). * First, a Main afl-fuzz instance has to be started with `-M 0`. * Only afterwards you can start Secondary afl-fuzz instances, which must have an increasing number value, starting at 1, e.g., `-S 1`. |