diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-05-25 21:59:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 21:59:24 +0200 |
commit | 314c0357a7619087d00b06a4567b97f4a30bfbf9 (patch) | |
tree | 56f1ac2c10f7e4fb07a4e957348e8152880ce0f3 /docs/env_variables.md | |
parent | ad3dba047f5186b3b0941d33f0cd37e9ac218069 (diff) | |
download | afl++-314c0357a7619087d00b06a4567b97f4a30bfbf9.tar.gz |
Typo/wording
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index a3267523..7bbc0fdd 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -312,8 +312,8 @@ checks or alter some of the more exotic semantics of the tool: on Linux systems. This slows things down, but lets you run more instances of afl-fuzz than would be prudent (if you really want to). - - Setting `AFL_TRY_AFFINITY` tries to attempts to bind to a specific CPU core - on Linux systems, but will not terminate if it fails. + - Setting `AFL_TRY_AFFINITY` tries to attempt binding to a specific CPU core + on Linux systems, but will not terminate if that fails. - Setting `AFL_NO_AUTODICT` will not load an LTO generated auto dictionary that is compiled into the target. |