diff options
author | vanhauser-thc <vh@thc.org> | 2023-07-05 13:03:17 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-07-05 13:03:17 +0200 |
commit | f37c4c86622c5e0ea10e0a0249e203c412c2db2e (patch) | |
tree | 07f56584f2939fa1c563d74c1f1811fded920ef8 /src/afl-fuzz.c | |
parent | da3351085519acf73dc8ddde3cf0b526b816551b (diff) | |
download | afl++-f37c4c86622c5e0ea10e0a0249e203c412c2db2e.tar.gz |
update llvm recommendations
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 70258e33..9afece66 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -1283,7 +1283,7 @@ int main(int argc, char **argv_orig, char **envp) { WARNF( "Note that the MOpt mode is not maintained and is not as effective " - "normal havoc mode."); + "as normal havoc mode."); } break; |