[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH RFC 09/10] qapi/: fix some comment spelling errors
From: |
zhaolichang |
Subject: |
[PATCH RFC 09/10] qapi/: fix some comment spelling errors |
Date: |
Wed, 12 Aug 2020 18:14:59 +0800 |
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>
---
qapi/block-core.json | 4 ++--
qapi/crypto.json | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 197bdc1..b0ef7c1 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -1790,7 +1790,7 @@
#
# @block-backend: corresponds to BlockBackend
#
-# @block-job: corresonds to BlockJob
+# @block-job: corresponds to BlockJob
#
# @block-driver: corresponds to BlockDriverState
#
@@ -2061,7 +2061,7 @@
# @target: name of the destination dirty bitmap
#
# @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.0
diff --git a/qapi/crypto.json b/qapi/crypto.json
index bb7930d..2aebe6f 100644
--- a/qapi/crypto.json
+++ b/qapi/crypto.json
@@ -336,7 +336,7 @@
# written into added active keyslots
#
# @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
#
# @iter-time: Optional (for activation only)
@@ -354,7 +354,7 @@
# keyslot to deactivate
#
# @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
#
#
--
2.26.2.windows.1
- Re: [PATCH RFC 05/10] util/: fix some comment spelling errors, (continued)
- [PATCH RFC 04/10] scripts/: fix some comment spelling errors, zhaolichang, 2020/08/12
- [PATCH RFC 06/10] linux-user/: fix some comment spelling errors, zhaolichang, 2020/08/12
- [PATCH RFC 03/10] docs/: fix some comment spelling errors, zhaolichang, 2020/08/12
- [PATCH RFC 10/10] contrib/: fix some comment spelling errors, zhaolichang, 2020/08/12
- [PATCH RFC 09/10] qapi/: fix some comment spelling errors,
zhaolichang <=
- [PATCH RFC 01/10] qemu/: fix some comment spelling errors, zhaolichang, 2020/08/12
- [PATCH RFC 02/10] migration/: fix some comment spelling errors, zhaolichang, 2020/08/12
- [PATCH RFC 08/10] disas/: fix some comment spelling errors, zhaolichang, 2020/08/12
- Re: [PATCH RFC 00/10] fix some comment spelling errors, Markus Armbruster, 2020/08/24