summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>1999-11-21 00:53:23 +0000
committerkuriyama <kuriyama@FreeBSD.org>1999-11-21 00:53:23 +0000
commitb9d4fe915a788e2b5ec42d99ee255d056e0e3e06 (patch)
treeb3f91d6074e5433222a16c8dd38b920f2f3cf692 /sys/pccard/pcic_pci.c
parent3f3aac940da42d8044971f130a5546ff03965985 (diff)
downloadFreeBSD-src-b9d4fe915a788e2b5ec42d99ee255d056e0e3e06.zip
FreeBSD-src-b9d4fe915a788e2b5ec42d99ee255d056e0e3e06.tar.gz
s/Brige/Bridge/.
Diffstat (limited to 'sys/pccard/pcic_pci.c')
-rw-r--r--sys/pccard/pcic_pci.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index d9d2b04..4a1d2be 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -83,13 +83,13 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
case PCI_DEVICE_ID_TOSHIBA_TOPIC97:
return ("Toshiba ToPIC97 PCI-CardBus Bridge");
case PCI_DEVICE_ID_RICOH_RL5C465:
- return ("Ricoh RL5C465 PCI-CardBus Brige");
+ return ("Ricoh RL5C465 PCI-CardBus Bridge");
case PCI_DEVICE_ID_RICOH_RL5C475:
- return ("Ricoh RL5C475 PCI-CardBus Brige");
+ return ("Ricoh RL5C475 PCI-CardBus Bridge");
case PCI_DEVICE_ID_RICOH_RL5C476:
- return ("Ricoh RL5C476 PCI-CardBus Brige");
+ return ("Ricoh RL5C476 PCI-CardBus Bridge");
case PCI_DEVICE_ID_RICOH_RL5C478:
- return ("Ricoh RL5C478 PCI-CardBus Brige");
+ return ("Ricoh RL5C478 PCI-CardBus Bridge");
/* 16bit PC-card bridges */
case PCI_DEVICE_ID_PCIC_CLPD6729:
return ("Cirrus Logic PD6729/6730 PC-Card Controller");
OpenPOWER on IntegriCloud