about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnatoly Korniltsev <korniltsev.anatoly@gmail.com>2020-01-08 02:35:36 +0300
committerAnatoly Korniltsev <korniltsev.anatoly@gmail.com>2020-01-08 02:35:36 +0300
commit9a9e92724f342f68116c7ad1735acd21bcfcb3ad (patch)
tree1ef91c629720fe201db911f9295485a319df42a0
parent48171dc4ada1938b7286dee324732325a3f1b6c3 (diff)
downloadafl++-9a9e92724f342f68116c7ad1735acd21bcfcb3ad.tar.gz
fix typo in uncorn_mode/readme
-rw-r--r--unicorn_mode/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/README.md b/unicorn_mode/README.md
index e6d3dfcf..07dca451 100644
--- a/unicorn_mode/README.md
+++ b/unicorn_mode/README.md
@@ -93,7 +93,7 @@ comes with a sub-instruction based instrumentation similar in purpose to laf-int
 
 The options that enable Unicorn CompareCoverage are the same used for QEMU.
 AFL_COMPCOV_LEVEL=1 is to instrument comparisons with only immediate
-values. QEMU_COMPCOV_LEVEL=2 instruments all
+values. AFL_COMPCOV_LEVEL=2 instruments all
 comparison instructions. Comparison instructions are currently instrumented only
 for the x86, x86_64 and ARM targets.