aboutsummaryrefslogtreecommitdiff
path: root/hw/unin_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/unin_pci.c')
-rw-r--r--hw/unin_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/unin_pci.c b/hw/unin_pci.c
index e47f4b3ac0..6448a6f250 100644
--- a/hw/unin_pci.c
+++ b/hw/unin_pci.c
@@ -183,7 +183,7 @@ PCIBus *pci_pmac_init(void *pic)
d->config[0x0E] = 0x00; // header_type
d->config[0x34] = 0x00; // capabilities_pointer
-#if 0 // XXX: not activated as PPC BIOS doesn't handle mutiple buses properly
+#if 0 // XXX: not activated as PPC BIOS doesn't handle multiple buses properly
/* pci-to-pci bridge */
d = pci_register_device("Uni-north bridge", sizeof(PCIDevice), 0, 13 << 3,
NULL, NULL);