about summary refs log tree commit diff
path: root/src/afl-common.c
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-06-02 14:54:24 +0200
committerDominik Maier <domenukk@gmail.com>2020-06-02 14:54:24 +0200
commit83112ed5e0da90634d73a5111892e713cc19733d (patch)
treebbedd0f1bc27f6479c0679545de9ebc02865ce7d /src/afl-common.c
parentfbd781fc839740b6ee3129f216bdc8bc7f923edd (diff)
downloadafl++-83112ed5e0da90634d73a5111892e713cc19733d.tar.gz
got rid of questionable phrasing
Diffstat (limited to 'src/afl-common.c')
-rw-r--r--src/afl-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-common.c b/src/afl-common.c
index a3692756..c9b4638a 100644
--- a/src/afl-common.c
+++ b/src/afl-common.c
@@ -253,7 +253,7 @@ char **get_qemu_argv(u8 *own_loc, u8 **target_path_p, int argc, char **argv) {
        "binaries that are\n"
        "    instrumented at compile time with afl-gcc. It is also possible to "
        "use it as a\n"
-       "    traditional \"dumb\" fuzzer by specifying '-n' in the command "
+       "    traditional non-instrumented fuzzer by specifying '-n' in the command "
        "line.\n");
 
   FATAL("Failed to locate 'afl-qemu-trace'.");
@@ -353,7 +353,7 @@ char **get_wine_argv(u8 *own_loc, u8 **target_path_p, int argc, char **argv) {
        "binaries that are\n"
        "    instrumented at compile time with afl-gcc. It is also possible to "
        "use it as a\n"
-       "    traditional \"dumb\" fuzzer by specifying '-n' in the command "
+       "    traditional non-instrumented fuzzer by specifying '-n' in the command "
        "line.\n",
        ncp);