svn commit: r249374 - stable/9/sys/sys
Andreas Tobler
andreast at FreeBSD.org
Thu Apr 11 18:47:17 UTC 2013
Author: andreast
Date: Thu Apr 11 18:47:16 2013
New Revision: 249374
URL: http://svnweb.freebsd.org/changeset/base/249374
Log:
MFC r239046:
Fix typo.
PR: kern/177495
Modified:
stable/9/sys/sys/bus.h
Modified: stable/9/sys/sys/bus.h
==============================================================================
--- stable/9/sys/sys/bus.h Thu Apr 11 18:46:41 2013 (r249373)
+++ stable/9/sys/sys/bus.h Thu Apr 11 18:47:16 2013 (r249374)
@@ -538,7 +538,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-stable-9
mailing list