diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-03-09 22:14:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 22:14:34 +0100 |
commit | d44b650cd458d6e5032694801a7f8fd5359ee20d (patch) | |
tree | 5eee927d7b81249df9475eef3a57ce75b324a802 | |
parent | aa12e46013f1900793adbd28d50e9d56243fefb0 (diff) | |
download | afl++-d44b650cd458d6e5032694801a7f8fd5359ee20d.tar.gz |
typo
-rw-r--r-- | instrumentation/README.ctx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/README.ctx.md b/instrumentation/README.ctx.md index 577b3e5f..335e9921 100644 --- a/instrumentation/README.ctx.md +++ b/instrumentation/README.ctx.md @@ -29,7 +29,7 @@ many map collisions occur. ## Caller Branch Coverage If the context sensitive coverage introduces too may collisions and becoming -decremental, the user can choose to augment edge coverage with just the +detrimental, the user can choose to augment edge coverage with just the called function ID, instead of the entire callstack hash. In math the coverage is collected as follows: |