qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for-7.2] Fix several typos in documentation (found by codespe


From: Thomas Huth
Subject: Re: [PATCH for-7.2] Fix several typos in documentation (found by codespell)
Date: Fri, 11 Nov 2022 09:24:42 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

On 10/11/2022 21.10, Peter Maydell wrote:
On Thu, 10 Nov 2022 at 19:09, Stefan Weil via <qemu-devel@nongnu.org> wrote:

Those typos are in files which are used to generate the QEMU manual.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---

I did not fix memory_region_init_resizeable_ram. That might be done after 7.2.

Stefan

  docs/devel/acpi-bits.rst       | 2 +-
  docs/system/devices/can.rst    | 2 +-
  hw/scsi/esp.c                  | 6 +++---
  include/exec/memory.h          | 6 +++---
  qapi/virtio.json               | 4 ++--
  qemu-options.hx                | 6 +++---
  tests/qtest/libqos/qgraph.h    | 2 +-
  tests/qtest/libqos/virtio-9p.c | 2 +-
  8 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/docs/devel/acpi-bits.rst b/docs/devel/acpi-bits.rst
index c9564d871a..5e22be8ef6 100644
--- a/docs/devel/acpi-bits.rst
+++ b/docs/devel/acpi-bits.rst
@@ -132,7 +132,7 @@ Under ``tests/avocado/`` as the root we have:

     (a) They are python2.7 based scripts and not python 3 scripts.
     (b) They are run from within the bios bits VM and is not subjected to QEMU
-       build/test python script maintainance and dependency resolutions.
+       build/test python script maintenance and dependency resolutions.
     (c) They need not be loaded by avocado framework when running tests.


diff --git a/docs/system/devices/can.rst b/docs/system/devices/can.rst
index fe37af8223..24b0d4cf41 100644
--- a/docs/system/devices/can.rst
+++ b/docs/system/devices/can.rst
@@ -169,7 +169,7 @@ and with bitrate switch::

    cangen can0 -b

-The test can be run viceversa, generate messages in the guest system and 
capture them
+The test can be run vice-versa, generate messages in the guest system and 
capture them
  in the host one and much more combinations.

This isn't a grammatical use of vice-versa, so if we're touching it
then I think the sentence should be recast, eg:
"The test can also be run the other way around, generating
messages in the guest system and capturing them in the host system.
Other combinations are also possible."

Sounds reasonable! ... I'm currently assembling a pull request for misc fixes - I can add the patch there and fix the sentence while picking it up.

 Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]