]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
qapi: update prose in note blocks
authorJohn Snow <jsnow@redhat.com>
Wed, 26 Jun 2024 22:21:17 +0000 (18:21 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Sat, 6 Jul 2024 06:58:24 +0000 (08:58 +0200)
Where I've noticed, rephrase the note to read more fluently.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240626222128.406106-12-jsnow@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qapi/block-core.json
qga/qapi-schema.json

index cacedfb771c2a2610a90da1029f87be3ffaa9ab3..9ef23ec02aec28ca1485f70dda3c57d6116f4685 100644 (file)
 #
 # @name: the name of the internal snapshot to be created
 #
-# .. note:: In transaction, if @name is empty, or any snapshot matching
+# .. note:: In a transaction, if @name is empty or any snapshot matching
 #    @name exists, the operation will fail.  Only some image formats
-#    support it, for example, qcow2, and rbd.
+#    support it; for example, qcow2, and rbd.
 #
 # Since: 1.7
 ##
index 57598331c5ca84f1017cd60e424d40bba20ae2c9..1273d85bb5ff6c8fec42bf2f453e9b1bbe35dd3b 100644 (file)
 #
 # Returns: Number of file systems thawed by this call
 #
-# .. note:: If return value does not match the previous call to
+# .. note:: If the return value does not match the previous call to
 #    guest-fsfreeze-freeze, this likely means some freezable filesystems
 #    were unfrozen before this call, and that the filesystem state may
 #    have changed before issuing this command.