Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2013 07:19:56 GMT
From:      Hiren Panchasara <hiren.panchasara@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/177495: [patch] Fix a small typo in a comment 
Message-ID:  <201303300719.r2U7JuO5033236@red.freebsd.org>
Resent-Message-ID: <201303300730.r2U7U0TE067397@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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