diff options
-rw-r--r-- | src/afl-forkserver.c | 2 |
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: |