diff options
author | hexcoder- <heiko@hexco.de> | 2020-11-14 20:09:33 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-11-14 20:09:33 +0100 |
commit | 3ac953ec33c02de90ff746d4a27d750d8e0e4bac (patch) | |
tree | 942428bf6dd540d070505cf5883344b0746461d5 | |
parent | 76c5b8a3b420bfb74191cf4d3e44b067a268dc7f (diff) | |
download | afl++-3ac953ec33c02de90ff746d4a27d750d8e0e4bac.tar.gz |
typo
-rw-r--r-- | instrumentation/afl-compiler-rt.o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c index 864f5bb6..18501b65 100644 --- a/instrumentation/afl-compiler-rt.o.c +++ b/instrumentation/afl-compiler-rt.o.c @@ -182,7 +182,7 @@ static void __afl_map_shm_fuzz() { if (!map || map == (void *)-1) { - perror("Could not access fuzzign shared memory"); + perror("Could not access fuzzing shared memory"); exit(1); } |