summaryrefslogtreecommitdiffstats
path: root/sys/sys/bus.h
diff options
context:
space:
mode:
authorandreast <andreast@FreeBSD.org>2012-08-05 06:15:12 +0000
committerandreast <andreast@FreeBSD.org>2012-08-05 06:15:12 +0000
commit98b05517379ca6223706ddff5893202519a6ec12 (patch)
tree2f80de5d7d53bf0893d27f8886fcf10e458e2418 /sys/sys/bus.h
parent3ad906801b6483381f75b2f80375e8cb638ff4a7 (diff)
downloadFreeBSD-src-98b05517379ca6223706ddff5893202519a6ec12.zip
FreeBSD-src-98b05517379ca6223706ddff5893202519a6ec12.tar.gz
Fix typo.
Reviewed by: jhb
Diffstat (limited to 'sys/sys/bus.h')
-rw-r--r--sys/sys/bus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/bus.h b/sys/sys/bus.h
index fff745c..1d6f37e 100644
--- a/sys/sys/bus.h
+++ b/sys/sys/bus.h
@@ -536,7 +536,7 @@ void bus_data_generation_update(void);
* is for drivers that wish to have a generic form and a specialized form,
* like is done with the pci bus and the acpi pci bus. BUS_PROBE_HOOVER is
* for those busses that implement a generic device place-holder for devices on
- * the bus that have no more specific river for them (aka ugen).
+ * the bus that have no more specific driver for them (aka ugen).
* BUS_PROBE_NOWILDCARD or lower means that the device isn't really bidding
* for a device node, but accepts only devices that its parent has told it
* use this driver.
OpenPOWER on IntegriCloud