From 31de378d47ec3661e05575daf5df18caf07ad85f Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Sun, 21 Nov 1999 00:53:23 +0000 Subject: [PATCH] s/Brige/Bridge/. --- sys/pccard/pcic_pci.c | 8 ++++---- sys/pci/pcic_p.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index d9d2b0448478..4a1d2be859dc 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"); diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c index d9d2b0448478..4a1d2be859dc 100644 --- a/sys/pci/pcic_p.c +++ b/sys/pci/pcic_p.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");