diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-11-21 00:53:23 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-11-21 00:53:23 +0000 |
commit | 31de378d47ec3661e05575daf5df18caf07ad85f (patch) | |
tree | b3f91d6074e5433222a16c8dd38b920f2f3cf692 /sys | |
parent | 4d0ccc8353535cad52ecef38ffb90d472a81f69d (diff) | |
download | src-31de378d47ec3661e05575daf5df18caf07ad85f.tar.gz src-31de378d47ec3661e05575daf5df18caf07ad85f.zip |
s/Brige/Bridge/.
Notes
Notes:
svn path=/head/; revision=53476
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pccard/pcic_pci.c | 8 | ||||
-rw-r--r-- | 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"); |