about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-06-04 15:31:27 +0200
committerhexcoder- <heiko@hexco.de>2020-06-04 15:31:27 +0200
commit9a1e22afab096f64abf91daecbe78a9aac638f97 (patch)
treec2755bf4002e0ac1c298f65643299f5ed7279a26
parent855ee062478023983e652bed64da174d7a8dd556 (diff)
downloadafl++-9a1e22afab096f64abf91daecbe78a9aac638f97.tar.gz
typo
-rw-r--r--src/afl-forkserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-forkserver.c b/src/afl-forkserver.c
index a5e2db54..c0b6b136 100644
--- a/src/afl-forkserver.c
+++ b/src/afl-forkserver.c
@@ -276,7 +276,7 @@ static void report_error_and_exit(int error) {
       break;
     case FS_ERROR_MMAP:
       FATAL(
-          "the fuzzing target reports that the mmap() call to the share memory "
+          "the fuzzing target reports that the mmap() call to the shared memory "
           "failed.");
       break;
     default: