summaryrefslogtreecommitdiffstats
path: root/block.c
diff options
context:
space:
mode:
authorStefan Weil2018-07-12 21:51:20 +0200
committerKevin Wolf2018-07-23 16:50:43 +0200
commit50d6a8a352af164a3335d510af38b9545d568676 (patch)
treefbf59f048793f6f65e197ad5eba7fefdf66fcf47 /block.c
parentqemu-iotests: Use host_device instead of file in 149 (diff)
downloadqemu-50d6a8a352af164a3335d510af38b9545d568676.tar.gz
qemu-50d6a8a352af164a3335d510af38b9545d568676.tar.xz
qemu-50d6a8a352af164a3335d510af38b9545d568676.zip
block: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: John Snow <jsnow@redhat.com> Reviewed-by: Jeff Cody <jcody@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block.c')
-rw-r--r--block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block.c b/block.c
index a2fe05ea96..39f373e035 100644
--- a/block.c
+++ b/block.c
@@ -3002,7 +3002,7 @@ BlockReopenQueue *bdrv_reopen_queue(BlockReopenQueue *bs_queue,
*
* Reopens all BDS specified in the queue, with the appropriate
* flags. All devices are prepared for reopen, and failure of any
- * device will cause all device changes to be abandonded, and intermediate
+ * device will cause all device changes to be abandoned, and intermediate
* data cleaned up.
*
* If all devices prepare successfully, then the changes are committed