From b9d4fe915a788e2b5ec42d99ee255d056e0e3e06 Mon Sep 17 00:00:00 2001 From: kuriyama Date: Sun, 21 Nov 1999 00:53:23 +0000 Subject: s/Brige/Bridge/. --- sys/pccard/pcic_pci.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/pccard/pcic_pci.c') 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"); -- cgit v1.1