From 73f8ab3aa8acbb788d6903834e0959de08119c6b Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Tue, 16 Jul 2019 18:13:54 +0000 Subject: Fix typo: add missing underscore --- docs/env_variables.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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). -- cgit 1.4.1