qapi/: fix some comment spelling errors

I found that there are many spelling errors in the comments of qemu,
so I used the spellcheck tool to check the spelling errors
and finally found some spelling errors in the qapi folder.

Signed-off-by: zhaolichang <zhaolichang@huawei.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20200917075029.313-10-zhaolichang@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
zhaolichang 2020-09-17 15:50:28 +08:00 committed by Laurent Vivier
parent 2dbb13089f
commit 2400e50c15
2 changed files with 4 additions and 4 deletions

View File

@ -1795,7 +1795,7 @@
# #
# @block-backend: corresponds to BlockBackend # @block-backend: corresponds to BlockBackend
# #
# @block-job: corresonds to BlockJob # @block-job: corresponds to BlockJob
# #
# @block-driver: corresponds to BlockDriverState # @block-driver: corresponds to BlockDriverState
# #
@ -2067,7 +2067,7 @@
# @target: name of the destination dirty bitmap # @target: name of the destination dirty bitmap
# #
# @bitmaps: name(s) of the source dirty bitmap(s) at @node and/or fully # @bitmaps: name(s) of the source dirty bitmap(s) at @node and/or fully
# specifed BlockDirtyBitmap elements. The latter are supported # specified BlockDirtyBitmap elements. The latter are supported
# since 4.1. # since 4.1.
# #
# Since: 4.0 # Since: 4.0

View File

@ -336,7 +336,7 @@
# written into added active keyslots # written into added active keyslots
# #
# @old-secret: Optional (for deactivation only) # @old-secret: Optional (for deactivation only)
# If given will deactive all keyslots that # If given will deactivate all keyslots that
# match password located in QCryptoSecret with this ID # match password located in QCryptoSecret with this ID
# #
# @iter-time: Optional (for activation only) # @iter-time: Optional (for activation only)
@ -354,7 +354,7 @@
# keyslot to deactivate # keyslot to deactivate
# #
# @secret: Optional. The ID of a QCryptoSecret object providing the # @secret: Optional. The ID of a QCryptoSecret object providing the
# password to use to retrive current master key. # password to use to retrieve current master key.
# Defaults to the same secret that was used to open the image # Defaults to the same secret that was used to open the image
# #
# #