about summary refs log tree commit diff
path: root/utils/aflpp_driver/README.md
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/aflpp_driver/README.md
parentae59ed8e9e3a3f6ad66446369099977ced8d67b0 (diff)
downloadafl++-6eab6a55af74754cd0229012f1c9543c0c3cb2a7.tar.gz
Fix spelling of "FRIDA mode" and "QEMU mode"
Diffstat (limited to 'utils/aflpp_driver/README.md')
-rw-r--r--utils/aflpp_driver/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/aflpp_driver/README.md b/utils/aflpp_driver/README.md
index d534cd7f..8b9fe15f 100644
--- a/utils/aflpp_driver/README.md
+++ b/utils/aflpp_driver/README.md
@@ -22,10 +22,10 @@ or `@@` as command line parameters.
 
 ## aflpp_qemu_driver
 
-Note that you can use the driver too for frida_mode (`-O`).
+Note that you can use the driver too for FRIDA mode (`-O`).
 
 aflpp_qemu_driver is used for libfuzzer `LLVMFuzzerTestOneInput()` targets that
-are to be fuzzed in qemu_mode. So compile them with clang/clang++, without
+are to be fuzzed in QEMU mode. So compile them with clang/clang++, without
 -fsantize=fuzzer or afl-clang-fast, and link in libAFLQemuDriver.a:
 
 `clang++ -o fuzz fuzzer_harness.cc libAFLQemuDriver.a [plus required linking]`.