Date: Sun, 5 Aug 2012 06:15:12 +0000 (UTC) From: Andreas Tobler <andreast@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r239046 - head/sys/sys Message-ID: <201208050615.q756FCtw044855@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208050615.q756FCtw044855>