Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2013 18:47:16 +0000 (UTC)
From:      Andreas Tobler <andreast@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r249374 - stable/9/sys/sys
Message-ID:  <201304111847.r3BIlGBE071906@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304111847.r3BIlGBE071906>