diff options
author | Stefan Weil <sw@weilnetz.de> | 2024-03-31 18:15:26 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-04-02 13:38:40 +0300 |
commit | f6822fee969aed8662baa4fdc38e6aeced3894ad (patch) | |
tree | 92a9e5ae1e39237ffed850253dcc877946929af2 /qapi/qom.json | |
parent | 9988c7b50e0ebd93a8ac10d7da6890d05971e98e (diff) |
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/qom.json')
-rw-r--r-- | qapi/qom.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/qom.json b/qapi/qom.json index 8d4ca8ed92..85e6b4f84a 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) # |