aboutsummaryrefslogtreecommitdiff
path: root/custom_mutators
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-10-29 23:55:00 +0100
committerhexcoder- <heiko@hexco.de>2020-10-29 23:55:00 +0100
commit2decf1d088cbe41a47adf465e487364cad73be59 (patch)
treec74f591d8b36f159d6c670deab9dda1fafba3de4 /custom_mutators
parent3e17a90faa067393b0695711dafb6b8716935829 (diff)
downloadAFLplusplus-2decf1d088cbe41a47adf465e487364cad73be59.tar.gz
typo
Diffstat (limited to 'custom_mutators')
-rw-r--r--custom_mutators/libfuzzer/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/libfuzzer/README.md b/custom_mutators/libfuzzer/README.md
index 4783f2ca..fb3025f2 100644
--- a/custom_mutators/libfuzzer/README.md
+++ b/custom_mutators/libfuzzer/README.md
@@ -6,7 +6,7 @@ just type `make` to build
```AFL_CUSTOM_MUTATOR_LIBRARY=custom_mutators/libfuzzer/libfuzzer-mutator.so afl-fuzz ...```
-Note that is is currently simple and is missing two features:
+Note that this is currently a simple implementation and it is missing two features:
* Splicing ("Crossover")
* Dictionary support