aboutsummaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2021-08-18 17:06:53 +0300
committerLaurent Vivier <laurent@vivier.eu>2021-09-15 15:51:07 +0200
commit68857f13aa0d74e6ad93dc0224fb070fcba2b936 (patch)
treeae50d9a0d6a8da0e7948427138fc69636d119356 /block
parent526dc8405dd8cc8b1c9bc9d1ec2d950cb16bef1f (diff)
downloadqemu-68857f13aa0d74e6ad93dc0224fb070fcba2b936.zip
qemu-68857f13aa0d74e6ad93dc0224fb070fcba2b936.tar.gz
qemu-68857f13aa0d74e6ad93dc0224fb070fcba2b936.tar.bz2
spelling: sytem => system
Signed-off-By: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <fefb5f5c-82bc-05e2-b4c1-665e9d6896ff@msgid.tls.msk.ru> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'block')
-rw-r--r--block/file-posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/file-posix.c b/block/file-posix.c
index cb9bffe..1854bfa 100644
--- a/block/file-posix.c
+++ b/block/file-posix.c
@@ -1705,7 +1705,7 @@ static int handle_aiocb_write_zeroes(void *opaque)
*/
warn_report_once("Your file system is misbehaving: "
"fallocate(FALLOC_FL_PUNCH_HOLE) returned EINVAL. "
- "Please report this bug to your file sytem "
+ "Please report this bug to your file system "
"vendor.");
} else if (ret != -ENOTSUP) {
return ret;