aboutsummaryrefslogtreecommitdiffstats
path: root/src/fw/pciinit.c
diff options
context:
space:
mode:
authorCao jin <caoj.fnst@cn.fujitsu.com>2016-01-30 15:50:38 +0800
committerKevin O'Connor <kevin@koconnor.net>2016-02-01 17:12:13 -0500
commite518c0fd03172686d455318338c82acf4fd560ef (patch)
tree5d88ebd5abad500d7f75ea036ad550006d149003 /src/fw/pciinit.c
parent2e11d582b5e14759b3c1482d7e317b4a7257e77d (diff)
downloadseabios-e518c0fd03172686d455318338c82acf4fd560ef.tar.gz
Fix comment typo
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Diffstat (limited to 'src/fw/pciinit.c')
-rw-r--r--src/fw/pciinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fw/pciinit.c b/src/fw/pciinit.c
index c31c2fa0..6b1c9028 100644
--- a/src/fw/pciinit.c
+++ b/src/fw/pciinit.c
@@ -274,7 +274,7 @@ static const struct pci_device_id pci_device_tbl[] = {
PCI_DEVICE_CLASS(PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_STORAGE_IDE,
storage_ide_setup),
- /* PIC, IBM, MIPC & MPIC2 */
+ /* PIC, IBM, MPIC & MPIC2 */
PCI_DEVICE_CLASS(PCI_VENDOR_ID_IBM, 0x0046, PCI_CLASS_SYSTEM_PIC,
pic_ibm_setup),
PCI_DEVICE_CLASS(PCI_VENDOR_ID_IBM, 0xFFFF, PCI_CLASS_SYSTEM_PIC,