about summary refs log tree commit diff
path: root/nyx_mode/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-09-10 10:06:20 +0200
committerGitHub <noreply@github.com>2022-09-10 10:06:20 +0200
commitc06c297933f4014b130df5c19a0c10fa5405e120 (patch)
treea301d86461c4d6c764fd8354de9fc6c64986f826 /nyx_mode/README.md
parent3e30b700dd6390f5ca77a222633123c390e99e29 (diff)
parentffad6f3f095fce0a6a570727fb97593873a64b26 (diff)
downloadafl++-c06c297933f4014b130df5c19a0c10fa5405e120.tar.gz
Merge pull request #1511 from tocic/fix/docs_typos
Fix typos in docs
Diffstat (limited to 'nyx_mode/README.md')
-rw-r--r--nyx_mode/README.md2
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`.