Fix typos - 1st run

This commit is contained in:
llzmb
2021-12-02 21:23:22 +01:00
parent 377adb776e
commit aa6586a761
6 changed files with 8 additions and 8 deletions

View File

@ -125,7 +125,7 @@ For splitting memcmp, strncmp, etc., see
Then there are different ways of instrumenting the target:
1. An better instrumentation strategy uses LTO and link time instrumentation.
1. A 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. To go with this option, use
afl-clang-lto/afl-clang-lto++. See [README.lto.md](README.lto.md).