diff options
author | 13579and2468 <13579and24680@gmail.com> | 2022-09-14 21:05:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 15:05:30 +0200 |
commit | a194a82bcd2693c32b242adad2db4716292e1e80 (patch) | |
tree | ac1141d75f9a249cece60ef8e7dd47673525c7d9 | |
parent | 08f44f4e5d1bcf78070d5213a0b8bdbd709981c3 (diff) | |
download | afl++-a194a82bcd2693c32b242adad2db4716292e1e80.tar.gz |
Fixed typo in README.lto.md (#1517)
typo fixed
-rw-r--r-- | instrumentation/README.lto.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/instrumentation/README.lto.md b/instrumentation/README.lto.md index a20175b1..172115ae 100644 --- a/instrumentation/README.lto.md +++ b/instrumentation/README.lto.md @@ -38,7 +38,7 @@ many dead ends until we got to this: * Our compiler (afl-clang-lto/afl-clang-lto++) takes care of setting the correct LTO options and runs our own afl-ld linker instead of the system linker. * The LLVM linker collects all LTO files to link and instruments them so that we - have non-colliding edge overage. + have non-colliding edge coverage. * We use a new (for afl) edge coverage - which is the same as in llvm -fsanitize=coverage edge coverage mode. :) @@ -361,4 +361,4 @@ control flow graph. This is all now fixed with llvm 11+. The llvm's own linker is now able to load passes and this bypasses all problems we had. -Happy end :) \ No newline at end of file +Happy end :) |