diff mbox series

hw/ppc/pegasos2: Fix a typo in a comment

Message ID 20230203194312.33834745712@zero.eik.bme.hu
State New
Headers show
Series hw/ppc/pegasos2: Fix a typo in a comment | expand

Commit Message

BALATON Zoltan Feb. 3, 2023, 7:43 p.m. UTC
Reported-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
 hw/ppc/pegasos2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Philippe Mathieu-Daudé Feb. 3, 2023, 8:47 p.m. UTC | #1
On 3/2/23 20:43, BALATON Zoltan wrote:
> Reported-by: Stefan Weil <sw@weilnetz.de>
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
>   hw/ppc/pegasos2.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Daniel Henrique Barboza Feb. 4, 2023, 6:55 p.m. UTC | #2
Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks,


Daniel

On 2/3/23 16:43, BALATON Zoltan wrote:
> Reported-by: Stefan Weil <sw@weilnetz.de>
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
>   hw/ppc/pegasos2.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/ppc/pegasos2.c b/hw/ppc/pegasos2.c
> index 1a13632ba6..a9563f4fb2 100644
> --- a/hw/ppc/pegasos2.c
> +++ b/hw/ppc/pegasos2.c
> @@ -564,7 +564,7 @@ static void dt_isa(PCIBus *bus, PCIDevice *d, FDTInfo *fi)
>       qemu_fdt_setprop_string(fi->fdt, fi->path, "device_type", "isa");
>       qemu_fdt_setprop_string(fi->fdt, fi->path, "name", "isa");
>   
> -    /* addional devices */
> +    /* additional devices */
>       g_string_printf(name, "%s/lpt@i3bc", fi->path);
>       qemu_fdt_add_subnode(fi->fdt, name->str);
>       qemu_fdt_setprop_cell(fi->fdt, name->str, "clock-frequency", 0);
diff mbox series

Patch

diff --git a/hw/ppc/pegasos2.c b/hw/ppc/pegasos2.c
index 1a13632ba6..a9563f4fb2 100644
--- a/hw/ppc/pegasos2.c
+++ b/hw/ppc/pegasos2.c
@@ -564,7 +564,7 @@  static void dt_isa(PCIBus *bus, PCIDevice *d, FDTInfo *fi)
     qemu_fdt_setprop_string(fi->fdt, fi->path, "device_type", "isa");
     qemu_fdt_setprop_string(fi->fdt, fi->path, "name", "isa");
 
-    /* addional devices */
+    /* additional devices */
     g_string_printf(name, "%s/lpt@i3bc", fi->path);
     qemu_fdt_add_subnode(fi->fdt, name->str);
     qemu_fdt_setprop_cell(fi->fdt, name->str, "clock-frequency", 0);