about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-07-05 13:03:17 +0200
committervanhauser-thc <vh@thc.org>2023-07-05 13:03:17 +0200
commitf37c4c86622c5e0ea10e0a0249e203c412c2db2e (patch)
tree07f56584f2939fa1c563d74c1f1811fded920ef8 /src/afl-fuzz.c
parentda3351085519acf73dc8ddde3cf0b526b816551b (diff)
downloadafl++-f37c4c86622c5e0ea10e0a0249e203c412c2db2e.tar.gz
update llvm recommendations
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c2
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;