diff options
author | hexcoder- <heiko@hexco.de> | 2020-06-04 15:31:27 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-06-04 15:31:27 +0200 |
commit | 9a1e22afab096f64abf91daecbe78a9aac638f97 (patch) | |
tree | c2755bf4002e0ac1c298f65643299f5ed7279a26 | |
parent | 855ee062478023983e652bed64da174d7a8dd556 (diff) | |
download | afl++-9a1e22afab096f64abf91daecbe78a9aac638f97.tar.gz |
typo
-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: |