diff options
author | Conrad Meyer <cem@FreeBSD.org> | 2017-01-15 17:54:01 +0000 |
---|---|---|
committer | Conrad Meyer <cem@FreeBSD.org> | 2017-01-15 17:54:01 +0000 |
commit | db4fcadf52c891afffded7fc72b9d9298bc39e77 (patch) | |
tree | 0008fa14a230c4de259da7601d6669c249e16b5a /sys/x86/pci/pci_bus.c | |
parent | 953f538e0ee4699685bef4ce255a5dd94de56a2c (diff) |
"Buses" is the preferred plural of "bus"
Replace archaic "busses" with modern form "buses."
Intentionally excluded:
* Old/random drivers I didn't recognize
* Old hardware in general
* Use of "busses" in code as identifiers
No functional change.
http://grammarist.com/spelling/buses-busses/
PR: 216099
Reported by: bltsrc at mail.ru
Sponsored by: Dell EMC Isilon
Notes
Notes:
svn path=/head/; revision=312234
Diffstat (limited to 'sys/x86/pci/pci_bus.c')
-rw-r--r-- | sys/x86/pci/pci_bus.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/x86/pci/pci_bus.c b/sys/x86/pci/pci_bus.c index 5f0df39d59ac..6a6469ec28d2 100644 --- a/sys/x86/pci/pci_bus.c +++ b/sys/x86/pci/pci_bus.c @@ -195,7 +195,7 @@ legacy_pcib_is_host_bridge(int bus, int slot, int func, * For the 450nx chipset, there is a whole bundle of * things pretending to be host bridges. The MIOC will * be seen first and isn't really a pci bridge (the - * actual busses are attached to the PXB's). We need to + * actual buses are attached to the PXB's). We need to * read the registers of the MIOC to figure out the * bus numbers for the PXB channels. * @@ -566,7 +566,7 @@ legacy_pcib_write_ivar(device_t dev, device_t child, int which, * * If no memory preference is given, use upper 32MB slot most BIOSes * use for their memory window. This is typically only used on older - * laptops that don't have PCI busses behind a PCI bridge, so assuming + * laptops that don't have PCI buses behind a PCI bridge, so assuming * > 32MB is likely OK. * * However, this can cause problems for other chipsets, so we make @@ -723,7 +723,7 @@ DRIVER_MODULE(pcibus_pnp, isa, pcibus_pnp_driver, pcibus_pnp_devclass, 0, 0); #ifdef __HAVE_PIR /* - * Provide a PCI-PCI bridge driver for PCI busses behind PCI-PCI bridges + * Provide a PCI-PCI bridge driver for PCI buses behind PCI-PCI bridges * that appear in the PCIBIOS Interrupt Routing Table to use the routing * table for interrupt routing when possible. */ |