about summary refs log tree commit diff
path: root/utils/afl_untracer
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-04 21:14:50 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-04 21:14:50 +0100
commit6eab6a55af74754cd0229012f1c9543c0c3cb2a7 (patch)
tree373aededf6144167a2cf5351f135b7a3986eb50c /utils/afl_untracer
parentae59ed8e9e3a3f6ad66446369099977ced8d67b0 (diff)
downloadafl++-6eab6a55af74754cd0229012f1c9543c0c3cb2a7.tar.gz
Fix spelling of "FRIDA mode" and "QEMU mode"
Diffstat (limited to 'utils/afl_untracer')
-rw-r--r--utils/afl_untracer/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/afl_untracer/README.md b/utils/afl_untracer/README.md
index 9f41618f..3fff5f83 100644
--- a/utils/afl_untracer/README.md
+++ b/utils/afl_untracer/README.md
@@ -5,7 +5,7 @@
 afl-untracer is an example skeleton file which can easily be used to fuzz
 a closed source library.
 
-It requires less memory and is x3-5 faster than qemu_mode, however, it is way
+It requires less memory and is x3-5 faster than QEMU mode, however, it is way
 more course grained and does not provide interesting features like compcov or
 cmplog.