This commit is contained in:
hexcoder-
2020-06-04 15:31:27 +02:00
parent 855ee06247
commit 9a1e22afab

View File

@ -276,7 +276,7 @@ static void report_error_and_exit(int error) {
break; break;
case FS_ERROR_MMAP: case FS_ERROR_MMAP:
FATAL( 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."); "failed.");
break; break;
default: default: