hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same line
authorRebecca Cran <quic_rcran@quicinc.com>
Fri, 18 Mar 2022 10:11:24 +0000 (04:11 -0600)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 18 Mar 2022 12:54:19 +0000 (13:54 +0100)
Signed-off-by: Rebecca Cran <quic_rcran@quicinc.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20220318101124.912-1-quic_rcran@quicinc.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/pci/pci.c

index 5cb1232e271d7759ecb74d5fe587709256f01e0d..dae9119bfe5fe45a15e31985151ee4cb649ff609 100644 (file)
@@ -1697,7 +1697,7 @@ static const pci_class_desc pci_class_descriptions[] =
     { 0x0902, "Mouse", "mouse"},
     { 0x0A00, "Dock station", "dock", 0x00ff},
     { 0x0B00, "i386 cpu", "cpu", 0x00ff},
-    { 0x0c00, "Fireware contorller", "fireware"},
+    { 0x0c00, "Firewire controller", "firewire"},
     { 0x0c01, "Access bus controller", "access-bus"},
     { 0x0c02, "SSA controller", "ssa"},
     { 0x0c03, "USB controller", "usb"},