about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-11-14 20:09:33 +0100
committerhexcoder- <heiko@hexco.de>2020-11-14 20:09:33 +0100
commit3ac953ec33c02de90ff746d4a27d750d8e0e4bac (patch)
tree942428bf6dd540d070505cf5883344b0746461d5
parent76c5b8a3b420bfb74191cf4d3e44b067a268dc7f (diff)
downloadafl++-3ac953ec33c02de90ff746d4a27d750d8e0e4bac.tar.gz
typo
-rw-r--r--instrumentation/afl-compiler-rt.o.c2
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);
 
     }