diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:06:05 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-08 13:08:52 +0300 |
| commit | 3202d8e4047d5f4def96b5404633307c86e8db95 (patch) | |
| tree | ca5d6ed48c2cda3bf6d94f348e757465a67da076 /block.c | |
| parent | 0a19d8799557f4644cbad76a6e496946166892b2 (diff) | |
| download | focaccia-qemu-3202d8e4047d5f4def96b5404633307c86e8db95.tar.gz focaccia-qemu-3202d8e4047d5f4def96b5404633307c86e8db95.zip | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block.c b/block.c index 0af890f647..cfb7e08895 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(); |