| Summary: | [patch] Fix a small typo in a comment | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Hiren Panchasara <hiren.panchasara> | ||||
| Component: | kern | Assignee: | Andreas Tobler <andreast> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Hiren Panchasara
2013-03-30 07:30:00 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-doc Docs bug Responsible Changed From-To: freebsd-doc->eadler I'll take it. State Changed From-To: open->patched fixed in r239046 Responsible Changed From-To: eadler->andreast fixed in r239046 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. _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: patched->closed Fix committed including mergeinfo. |