aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt
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/fdt
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/fdt')
-rw-r--r--sys/dev/fdt/simplebus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fdt/simplebus.c b/sys/dev/fdt/simplebus.c
index 8d43a7057bcf..f9bea0e6d444 100644
--- a/sys/dev/fdt/simplebus.c
+++ b/sys/dev/fdt/simplebus.c
@@ -125,7 +125,7 @@ simplebus_probe(device_t dev)
/*
* FDT data puts a "simple-bus" compatible string on many things that
- * have children but aren't really busses in our world. Without a
+ * have children but aren't really buses in our world. Without a
* ranges property we will fail to attach, so just fail to probe too.
*/
if (!(ofw_bus_is_compatible(dev, "simple-bus") &&