about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-01-08 01:21:21 +0100
committerGitHub <noreply@github.com>2020-01-08 01:21:21 +0100
commit1b1e63046181d413640514ff744b2f6f06c0796f (patch)
tree23d5efc457668c6439fb9778e10d8e6c02b50d25
parent57204c79178f1be319c0673970a4ea4f8da2d9ee (diff)
parent9a9e92724f342f68116c7ad1735acd21bcfcb3ad (diff)
downloadafl++-1b1e63046181d413640514ff744b2f6f06c0796f.tar.gz
Merge pull request #167 from korniltsev/korniltsev/typo
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.