diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 16:49:16 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 16:49:16 +0100 |
commit | d9e39be4e8dd0242877412d1a17589acc825292e (patch) | |
tree | 5a14d4bd4a4ada94cdd9fe74ab6bf557aa5e3e66 /instrumentation/README.llvm.md | |
parent | ca7144161f900a0f5c8b76922a0102fbcc291f2c (diff) | |
download | afl++-d9e39be4e8dd0242877412d1a17589acc825292e.tar.gz |
Remove the word "simply"
Diffstat (limited to 'instrumentation/README.llvm.md')
-rw-r--r-- | instrumentation/README.llvm.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/instrumentation/README.llvm.md b/instrumentation/README.llvm.md index 88ea0127..35f38261 100644 --- a/instrumentation/README.llvm.md +++ b/instrumentation/README.llvm.md @@ -126,8 +126,8 @@ Then there are different ways of instrumenting the target: 1. An better instrumentation strategy uses LTO and link time instrumentation. Note that not all targets can compile in this mode, however if it works it is - the best option you can use. Simply use afl-clang-lto/afl-clang-lto++ to use - this option. See [README.lto.md](README.lto.md). + the best option you can use. To go with this option, use + afl-clang-lto/afl-clang-lto++. See [README.lto.md](README.lto.md). 2. Alternatively you can choose a completely different coverage method: |