diff options
author | Stefan Weil | 2022-10-30 11:59:44 +0100 |
---|---|---|
committer | Laurent Vivier | 2022-11-05 20:35:45 +0100 |
commit | 1e458f11273c315ee2045f6e632b8dfb5f2b1544 (patch) | |
tree | 3d7aa5e81730bf17a4f886af75036bd4802d10e2 /qapi | |
parent | qapi: virtio: Fix the introduced version (diff) | |
download | qemu-1e458f11273c315ee2045f6e632b8dfb5f2b1544.tar.gz qemu-1e458f11273c315ee2045f6e632b8dfb5f2b1544.tar.xz qemu-1e458f11273c315ee2045f6e632b8dfb5f2b1544.zip |
Fix some typos in documentation and comments
Most of them were found and fixed using codespell.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20221030105944.311940-1-sw@weilnetz.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'qapi')
-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 87fcad2423..4db956f07e 100644 --- a/qapi/qom.json +++ b/qapi/qom.json @@ -589,7 +589,7 @@ # # @size: size of the memory region in bytes # -# @x-use-canonical-path-for-ramblock-id: if true, the canoncial path is used +# @x-use-canonical-path-for-ramblock-id: if true, the canonical path is used # for ramblock-id. Disable this for 4.0 # machine types or older to allow # migration with newer QEMU versions. |