diff options
-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 :) |