[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH-for-5.2 1/2] hw/core/sysbus: Fix a typo
From: |
Laurent Vivier |
Subject: |
Re: [PATCH-for-5.2 1/2] hw/core/sysbus: Fix a typo |
Date: |
Tue, 1 Sep 2020 09:27:39 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
Le 06/08/2020 à 15:09, Philippe Mathieu-Daudé a écrit :
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> hw/core/sysbus.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/core/sysbus.c b/hw/core/sysbus.c
> index 70239b7e7d..77ab351ce1 100644
> --- a/hw/core/sysbus.c
> +++ b/hw/core/sysbus.c
> @@ -64,7 +64,7 @@ void foreach_dynamic_sysbus_device(FindSysbusDeviceFunc
> *func, void *opaque)
> .opaque = opaque,
> };
>
> - /* Loop through all sysbus devices that were spawened outside the
> machine */
> + /* Loop through all sysbus devices that were spawned outside the machine
> */
> container = container_get(qdev_get_machine(), "/peripheral");
> find_sysbus_device(container, &find);
> container = container_get(qdev_get_machine(), "/peripheral-anon");
>
Applied to my trivial-patches branch.
Thanks,
Laurent
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH-for-5.2 1/2] hw/core/sysbus: Fix a typo,
Laurent Vivier <=