diff mbox series

[qemu.git,v2,2/2] docs/devel/reset: add plural 's'

Message ID 173006362760.28451.11319467059840843945-2@git.sr.ht (mailing list archive)
State New
Headers show
Series docs/devel/reset: add missing words | expand

Commit Message

~axelheider Oct. 27, 2024, 9:02 p.m. UTC
From: Axel Heider <axel.heider@codasip.com>

Suggested-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Axel Heider <axel.heider@codasip.com>
---
 docs/devel/reset.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/docs/devel/reset.rst b/docs/devel/reset.rst
index 3e64a7259f..adefd59ef9 100644
--- a/docs/devel/reset.rst
+++ b/docs/devel/reset.rst
@@ -287,7 +287,7 @@  resettable too. Additional parameters (a reset type and an opaque pointer) must
 be passed to the callback too.
 
 In ``DeviceClass`` and ``BusClass`` the ``ResettableState`` is located in the
-``DeviceState`` and ``BusState`` structure. ``child_foreach()`` is implemented
+``DeviceState`` and ``BusState`` structures. ``child_foreach()`` is implemented
 to follow the bus hierarchy; for a bus, it calls the function on every child
 device; for a device, it calls the function on every bus child. When we reset
 the main system bus, we reset the whole machine bus tree.