diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 7b16a89d..2edca8af 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ (1) only in LLVM >= 9.0 due to a bug in llvm in previous versions - (2) gcc create non-performant code, hence it is disabled in gcc_plugin + (2) gcc creates non-performant code, hence it is disabled in gcc_plugin - So all in all this is the best-of AFL that is currently out there :-) + So all in all this is the best-of afl that is currently out there :-) For new versions and additional information, check out: [https://github.com/vanhauser-thc/AFLplusplus](https://github.com/vanhauser-thc/AFLplusplus) |