aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/bhnd.h
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2017-01-15 17:54:01 +0000
committerConrad Meyer <cem@FreeBSD.org>2017-01-15 17:54:01 +0000
commitdb4fcadf52c891afffded7fc72b9d9298bc39e77 (patch)
tree0008fa14a230c4de259da7601d6669c249e16b5a /sys/dev/bhnd/bhnd.h
parent953f538e0ee4699685bef4ce255a5dd94de56a2c (diff)
downloadsrc-db4fcadf52c891afffded7fc72b9d9298bc39e77.tar.gz
src-db4fcadf52c891afffded7fc72b9d9298bc39e77.zip
"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/dev/bhnd/bhnd.h')
-rw-r--r--sys/dev/bhnd/bhnd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bhnd/bhnd.h b/sys/dev/bhnd/bhnd.h
index 0e4e03a42fc8..2532c9d07092 100644
--- a/sys/dev/bhnd/bhnd.h
+++ b/sys/dev/bhnd/bhnd.h
@@ -77,7 +77,7 @@ enum bhnd_device_vars {
*/
enum {
BHND_PROBE_ROOT = 0, /**< Nexus or host bridge */
- BHND_PROBE_BUS = 1000, /**< Busses and bridges */
+ BHND_PROBE_BUS = 1000, /**< Buses and bridges */
BHND_PROBE_CPU = 2000, /**< CPU devices */
BHND_PROBE_INTERRUPT = 3000, /**< Interrupt controllers. */
BHND_PROBE_TIMER = 4000, /**< Timers and clocks. */