diff options
author | Cao jin <caoj.fnst@cn.fujitsu.com> | 2016-01-30 15:50:38 +0800 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-02-01 17:12:13 -0500 |
commit | e518c0fd03172686d455318338c82acf4fd560ef (patch) | |
tree | 5d88ebd5abad500d7f75ea036ad550006d149003 /src/fw | |
parent | 2e11d582b5e14759b3c1482d7e317b4a7257e77d (diff) | |
download | seabios-e518c0fd03172686d455318338c82acf4fd560ef.tar.gz |
Fix comment typo
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Diffstat (limited to 'src/fw')
-rw-r--r-- | src/fw/pciinit.c | 2 | ||||
-rw-r--r-- | src/fw/pirtable.c | 4 |
2 files changed, 3 insertions, 3 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, diff --git a/src/fw/pirtable.c b/src/fw/pirtable.c index a4944080..bf8c0470 100644 --- a/src/fw/pirtable.c +++ b/src/fw/pirtable.c @@ -66,7 +66,7 @@ static struct pir_table PIR_TABLE = { }, .slot_nr = 3, }, { - // 5th slot entry: 4rd PCI slot + // 5th slot entry: 4th PCI slot .dev = 5<<3, .links = { {.link = 0x60, .bitmap = 0xdef8}, // INTA# @@ -76,7 +76,7 @@ static struct pir_table PIR_TABLE = { }, .slot_nr = 4, }, { - // 6th slot entry: 5rd PCI slot + // 6th slot entry: 5th PCI slot .dev = 6<<3, .links = { {.link = 0x61, .bitmap = 0xdef8}, // INTA# |