about summary refs log tree commit diff
path: root/qemu_mode
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 /qemu_mode
parentae59ed8e9e3a3f6ad66446369099977ced8d67b0 (diff)
downloadafl++-6eab6a55af74754cd0229012f1c9543c0c3cb2a7.tar.gz
Fix spelling of "FRIDA mode" and "QEMU mode"
Diffstat (limited to 'qemu_mode')
-rw-r--r--qemu_mode/libqasan/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/libqasan/README.md b/qemu_mode/libqasan/README.md
index 6a65c12b..41195933 100644
--- a/qemu_mode/libqasan/README.md
+++ b/qemu_mode/libqasan/README.md
@@ -9,7 +9,7 @@ and this runtime is injected via LD_PRELOAD (so works just for dynamically
 linked binaries).
 
 The usage is super simple, just set the env var `AFL_USE_QASAN=1` when fuzzing
-in qemu mode (-Q). afl-fuzz will automatically set AFL_PRELOAD to load this
+in QEMU mode (-Q). afl-fuzz will automatically set AFL_PRELOAD to load this
 library and enable the QASan instrumentation in afl-qemu-trace.
 
 For debugging purposes, we still suggest to run the original QASan as the