aboutsummaryrefslogtreecommitdiff
path: root/block.c
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-07-14 14:06:05 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2023-09-08 13:08:52 +0300
commit3202d8e4047d5f4def96b5404633307c86e8db95 (patch)
treeca5d6ed48c2cda3bf6d94f348e757465a67da076 /block.c
parent0a19d8799557f4644cbad76a6e496946166892b2 (diff)
downloadqemu-3202d8e4047d5f4def96b5404633307c86e8db95.zip
qemu-3202d8e4047d5f4def96b5404633307c86e8db95.tar.gz
qemu-3202d8e4047d5f4def96b5404633307c86e8db95.tar.bz2
block: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Eric Blake <eblake@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 0af890f..cfb7e08 100644
--- a/block.c
+++ b/block.c
@@ -7589,7 +7589,7 @@ int bdrv_try_change_aio_context(BlockDriverState *bs, AioContext *ctx,
/*
* Recursion phase: go through all nodes of the graph.
* Take care of checking that all nodes support changing AioContext
- * and drain them, builing a linear list of callbacks to run if everything
+ * and drain them, building a linear list of callbacks to run if everything
* is successful (the transaction itself).
*/
tran = tran_new();