diff options
| author | vanhauser-thc <vh@thc.org> | 2021-04-16 00:41:32 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-04-16 00:41:32 +0200 |
| commit | e41d1183cca02fb4d6398df4fc3e028dfd9c5f72 (patch) | |
| tree | d4cca5699382b051c8b7801f5a662d35caa2e3e9 /src | |
| parent | c8e96e52536d47ee41967657202574d8e61562ee (diff) | |
| download | afl++-e41d1183cca02fb4d6398df4fc3e028dfd9c5f72.tar.gz | |
fix nits
Diffstat (limited to 'src')
| -rw-r--r-- | src/afl-fuzz-stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c index a1559eac..52d9de87 100644 --- a/src/afl-fuzz-stats.c +++ b/src/afl-fuzz-stats.c @@ -866,7 +866,7 @@ void show_stats(afl_state_t *afl) { if (unlikely(afl->custom_only)) { - strcpy(tmp, "disabled (custom mutator only mode)"); + strcpy(tmp, "disabled (custom-mutator-only mode)"); } else if (likely(afl->skip_deterministic)) { |
