aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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: