svn commit: r239046 - head/sys/sys
Andreas Tobler
andreast at FreeBSD.org
Sun Aug 5 06:15:13 UTC 2012
Author: andreast
Date: Sun Aug 5 06:15:12 2012
New Revision: 239046
URL: http://svn.freebsd.org/changeset/base/239046
Log:
Fix typo.
Reviewed by: jhb
Modified:
head/sys/sys/bus.h
Modified: head/sys/sys/bus.h
==============================================================================
--- head/sys/sys/bus.h Sun Aug 5 00:00:52 2012 (r239045)
+++ head/sys/sys/bus.h Sun Aug 5 06:15:12 2012 (r239046)
@@ -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.
More information about the svn-src-head
mailing list