aboutsummaryrefslogtreecommitdiff
path: root/include/block
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-07-14 14:33:02 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2023-09-08 13:08:52 +0300
commita1a62ced51bd33716c79719246ac969447acadb2 (patch)
tree9ab0cd9c30179efafcce953e5e379defc8734fd5 /include/block
parent528ea579c93b19b95c9a190c5ae4d42473401979 (diff)
downloadqemu-a1a62ced51bd33716c79719246ac969447acadb2.zip
qemu-a1a62ced51bd33716c79719246ac969447acadb2.tar.gz
qemu-a1a62ced51bd33716c79719246ac969447acadb2.tar.bz2
include/: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'include/block')
-rw-r--r--include/block/block_int-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/block/block_int-common.h b/include/block/block_int-common.h
index 74195c3..e09d277 100644
--- a/include/block/block_int-common.h
+++ b/include/block/block_int-common.h
@@ -418,7 +418,7 @@ struct BlockDriver {
/**
* Called to inform the driver that the set of cumulative set of used
- * permissions for @bs has changed to @perm, and the set of sharable
+ * permissions for @bs has changed to @perm, and the set of shareable
* permission to @shared. The driver can use this to propagate changes to
* its children (i.e. request permissions only if a parent actually needs
* them).