diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-05-10 12:48:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 12:48:41 +0200 |
commit | 82d0e4f210ba6dd12eb4e09cbb144850660e050b (patch) | |
tree | 5e8c8ed1ac9007880b11ca0feec388aed7804cc2 | |
parent | 84e55e7a1bc684b2f3b52db4d6e789135af95d13 (diff) | |
download | afl++-82d0e4f210ba6dd12eb4e09cbb144850660e050b.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 0937a328..cfe537d5 100644 --- a/instrumentation/README.llvm.md +++ b/instrumentation/README.llvm.md @@ -2,7 +2,7 @@ (See [../README.md](../README.md) for the general instruction manual.) - (See [README.gcc_plugon.md](../README.gcc_plugin.md) for the GCC-based instrumentation.) + (See [README.gcc_plugin.md](../README.gcc_plugin.md) for the GCC-based instrumentation.) ## 1) Introduction |