about summary refs log tree commit diff
path: root/docs/env_variables.txt
diff options
context:
space:
mode:
authorDenis Kasak <dkasak@users.noreply.github.com>2019-07-16 18:13:54 +0000
committerGitHub <noreply@github.com>2019-07-16 18:13:54 +0000
commit73f8ab3aa8acbb788d6903834e0959de08119c6b (patch)
tree6c3402649a1b19351175d4ca16c70e974bae2893 /docs/env_variables.txt
parentda372335bfd85110dcf33bf36bd834c6e611777d (diff)
downloadafl++-73f8ab3aa8acbb788d6903834e0959de08119c6b.tar.gz
Fix typo: add missing underscore
Diffstat (limited to 'docs/env_variables.txt')
-rw-r--r--docs/env_variables.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/env_variables.txt b/docs/env_variables.txt
index 1ce56563..338df36f 100644
--- a/docs/env_variables.txt
+++ b/docs/env_variables.txt
@@ -116,7 +116,7 @@ Then there are a few specific features that are only available in llvm_mode:
 
     - Setting AFL_LLVM_INSTRIM activates this mode
 
-    - Setting AFL_LLVM_INSTRIM LOOPHEAD=1 expands on INSTRIM to optimize loops.
+    - Setting AFL_LLVM_INSTRIM_LOOPHEAD=1 expands on INSTRIM to optimize loops.
       afl-fuzz will only be able to see the path the loop took, but not how
       many times it was called (unless its a complex loop).