kern/177495: [patch] Fix a small typo in a comment

Hiren Panchasara hiren.panchasara at gmail.com
Sat Mar 30 07:30:01 UTC 2013


>Number:         177495
>Category:       kern
>Synopsis:       [patch] Fix a small typo in a comment
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 30 07:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Hiren Panchasara
>Release:        FreeBSD stable 9.0
>Organization:
>Environment:
freebsd stable 9.0
>Description:
Fixing a typo in a comment.
>How-To-Repeat:

>Fix:
Index: sys/sys/bus.h
===================================================================
--- sys/sys/bus.h       (revision 248924)
+++ sys/sys/bus.h       (working copy)
@@ -538,7 +538,7 @@
  * 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.


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list