about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2021-02-11 21:08:10 +0100
committerGitHub <noreply@github.com>2021-02-11 21:08:10 +0100
commitd44cf1344d83508b750de934848d1ca3d9459c54 (patch)
treeef7502ce32dc7d96817aefd75eeb69d8aa203a50
parent756206e4d710b954759eaa97c50940825eff39f7 (diff)
downloadafl++-d44cf1344d83508b750de934848d1ca3d9459c54.tar.gz
typo
-rw-r--r--instrumentation/README.instrument_list.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/README.instrument_list.md b/instrumentation/README.instrument_list.md
index 25b99074..2116d24c 100644
--- a/instrumentation/README.instrument_list.md
+++ b/instrumentation/README.instrument_list.md
@@ -50,7 +50,7 @@ by you, the `id` parameter is for afl-fuzz and will be overwritten.
 Note that useful parameters for `val` are: 1, 2, 3, 4, 8, 16, 32, 64, 128.
 A value of e.g. 33 will be seen as 32 for coverage purposes.
 
-## 3) Selective instrumenation with AFL_LLVM_ALLOWLIST/AFL_LLVM_DENYLIST
+## 3) Selective instrumentation with AFL_LLVM_ALLOWLIST/AFL_LLVM_DENYLIST
 
 This feature is equivalent to llvm 12 sancov feature and allows to specify
 on a filename and/or function name level to instrument these or skip them.