aboutsummaryrefslogtreecommitdiff
path: root/block/io.c
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2017-09-28 14:13:25 -0500
committerKevin Wolf <kwolf@redhat.com>2017-10-06 16:28:58 +0200
commit765d9df9626f45a821f221f7a46ef524354b3600 (patch)
tree33cc0fd5fde6e1a428237a7e5aa1680b1457cde5 /block/io.c
parenta26a98dfb9d448d7234d931ae3720feddf6f0651 (diff)
downloadqemu-765d9df9626f45a821f221f7a46ef524354b3600.zip
qemu-765d9df9626f45a821f221f7a46ef524354b3600.tar.gz
qemu-765d9df9626f45a821f221f7a46ef524354b3600.tar.bz2
block: Typo fix in copy_on_readv()
Signed-off-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/io.c')
-rw-r--r--block/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/io.c b/block/io.c
index 4378ae4..d633b0f 100644
--- a/block/io.c
+++ b/block/io.c
@@ -954,7 +954,7 @@ static int coroutine_fn bdrv_co_do_copy_on_readv(BdrvChild *child,
/* FIXME We cannot require callers to have write permissions when all they
* are doing is a read request. If we did things right, write permissions
* would be obtained anyway, but internally by the copy-on-read code. As
- * long as it is implemented here rather than in a separat filter driver,
+ * long as it is implemented here rather than in a separate filter driver,
* the copy-on-read code doesn't have its own BdrvChild, however, for which
* it could request permissions. Therefore we have to bypass the permission
* system for the moment. */