diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-11-04 17:13:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 17:13:12 +0100 |
commit | a8de6056378774cbc537ddd3c5bbc3f9c048cc52 (patch) | |
tree | b233475f70955759dd569217fde96edc3ef4f802 | |
parent | c43a12919d23e78322393e4c184fe5665cdbc084 (diff) | |
download | afl++-a8de6056378774cbc537ddd3c5bbc3f9c048cc52.tar.gz |
typo
-rw-r--r-- | instrumentation/README.llvm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/README.llvm.md b/instrumentation/README.llvm.md index 51e9995b..07636970 100644 --- a/instrumentation/README.llvm.md +++ b/instrumentation/README.llvm.md @@ -183,7 +183,7 @@ targets this way: AFL_LLVM_INSTRUMENT=PCGUARD make ``` -Note that this us currently the default if you use LLVM >= 7, as it is the best +Note that this is currently the default if you use LLVM >= 7, as it is the best mode. Recommended is LLVM >= 9. If you have llvm 11+ and compiled afl-clang-lto - this is the only better mode. |