qemu-trivial
[Top][All Lists]
Advanced

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

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


From: ~axelheider
Subject: [PATCH qemu.git v2 2/2] docs/devel/reset: add plural 's'
Date: Sun, 27 Oct 2024 22:02:42 +0100

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 --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.
-- 
2.45.2



reply via email to

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