about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-07 10:27:24 +0200
committervan Hauser <vh@thc.org>2020-05-07 10:27:24 +0200
commit0559d1d171a8d8a1585cc7dffa802642d3e6f90a (patch)
tree1e37fdb9ae923dc133794edb49030375ecf37ea7
parent37b681ac11f62ccb41d13a146a319819af1c178d (diff)
downloadafl++-0559d1d171a8d8a1585cc7dffa802642d3e6f90a.tar.gz
fix typos
-rw-r--r--llvm_mode/README.lto.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm_mode/README.lto.md b/llvm_mode/README.lto.md
index 674531f5..110b5e9c 100644
--- a/llvm_mode/README.lto.md
+++ b/llvm_mode/README.lto.md
@@ -83,12 +83,12 @@ Just use afl-clang-lto like you did with afl-clang-fast or afl-gcc.
 Also whitelisting (AFL_LLVM_WHITELIST -> [README.whitelist.md](README.whitelist.md)) and
 laf-intel/compcov (AFL_LLVM_LAF_* -> [README.laf-intel.md](README.laf-intel.md)) work.
 InsTrim (control flow graph instrumentation) is supported and recommended!
-  (set `AFL_LLVM_INTRUMENT=CFG`)
+  (set `AFL_LLVM_INSTRUMENT=CFG`)
 
 Example:
 ```
 CC=afl-clang-lto CXX=afl-clang-lto++ RANLIB=llvm-ranlib AR=llvm-ar ./configure
-export AFL_LLVM_INTRUMENT=CFG
+export AFL_LLVM_INSTRUMENT=CFG
 make
 ```