projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99bddfd
)
hw/ppc/pegasos2: Fix a typo in a comment
author
BALATON Zoltan
<balaton@eik.bme.hu>
Fri, 3 Feb 2023 19:43:12 +0000
(20:43 +0100)
committer
Daniel Henrique Barboza
<danielhb413@gmail.com>
Sun, 5 Feb 2023 09:40:28 +0000
(06:40 -0300)
Reported-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <
20230203194312
.
33834745712
@zero.eik.bme.hu>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
hw/ppc/pegasos2.c
patch
|
blob
|
history
diff --git
a/hw/ppc/pegasos2.c
b/hw/ppc/pegasos2.c
index 1a13632ba6dfe429c40bbcb79dea0c7f1156c535..a9563f4fb2a4f3c6680ffce65b1619647998b7dc 100644
(file)
--- 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 */
+ /* addi
ti
onal 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);