about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-27 18:16:27 +0200
committervan Hauser <vh@thc.org>2020-06-27 18:16:27 +0200
commit29e41a09d5a9250115eee5756a53b545ecd1ec55 (patch)
treea8d77b02126511aebd082e5dd8793692ad75789a /src
parent4103687f766405339b59d595b7ab7e5cd6f8ca33 (diff)
downloadafl++-29e41a09d5a9250115eee5756a53b545ecd1ec55.tar.gz
fix typos
Diffstat (limited to 'src')
-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 e7a855ff..f25f8bb6 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -138,7 +138,7 @@ static void usage(afl_state_t *afl, u8 *argv0, int more_help) {
       //"  -B bitmap.txt - mutate a specific test case, use the out/fuzz_bitmap
       //" "file\n"
       "  -C            - crash exploration mode (the peruvian rabbit thing)\n"
-      "  -e ext        - file extension for the fuzz test case case (if "
+      "  -e ext        - file extension for the fuzz test input file (if "
       "needed)\n\n",
       argv0, EXEC_TIMEOUT, MEM_LIMIT);