aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2024-03-31 18:15:26 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2024-04-02 13:38:40 +0300
commitf6822fee969aed8662baa4fdc38e6aeced3894ad (patch)
tree92a9e5ae1e39237ffed850253dcc877946929af2 /qapi
parent9988c7b50e0ebd93a8ac10d7da6890d05971e98e (diff)
downloadqemu-f6822fee969aed8662baa4fdc38e6aeced3894ad.zip
qemu-f6822fee969aed8662baa4fdc38e6aeced3894ad.tar.gz
qemu-f6822fee969aed8662baa4fdc38e6aeced3894ad.tar.bz2
Fix some typos in documentation (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/qom.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/qom.json b/qapi/qom.json
index 8d4ca8e..85e6b4f 100644
--- a/qapi/qom.json
+++ b/qapi/qom.json
@@ -802,7 +802,7 @@
#
# @fd: file descriptor name previously passed via 'getfd' command,
# which represents a pre-opened /dev/iommu. This allows the
-# iommufd object to be shared accross several subsystems (VFIO,
+# iommufd object to be shared across several subsystems (VFIO,
# VDPA, ...), and the file descriptor to be shared with other
# process, e.g. DPDK. (default: QEMU opens /dev/iommu by itself)
#