From nobody@FreeBSD.org  Sat Mar 30 07:19:57 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 591A659A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 30 Mar 2013 07:19:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 4A54C3CA
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 30 Mar 2013 07:19:57 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2U7JuAF033237
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 30 Mar 2013 07:19:56 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r2U7JuO5033236;
	Sat, 30 Mar 2013 07:19:56 GMT
	(envelope-from nobody)
Message-Id: <201303300719.r2U7JuO5033236@red.freebsd.org>
Date: Sat, 30 Mar 2013 07:19:56 GMT
From: Hiren Panchasara <hiren.panchasara@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Fix a small typo in a comment 
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         177495
>Category:       kern
>Synopsis:       [patch] Fix a small typo in a comment
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    andreast
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 30 07:30:00 UTC 2013
>Closed-Date:    Tue Dec 17 07:56:06 UTC 2013
>Last-Modified:  Tue Dec 17 07:56:06 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: crees 
Responsible-Changed-When: Sat Mar 30 08:56:52 UTC 2013 
Responsible-Changed-Why:  
Docs bug 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177495 
Responsible-Changed-From-To: freebsd-doc->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Sun Mar 31 03:17:29 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177495 
State-Changed-From-To: open->patched 
State-Changed-By: eadler 
State-Changed-When: Sun Mar 31 03:20:14 UTC 2013 
State-Changed-Why:  
fixed in r239046 


Responsible-Changed-From-To: eadler->andreast 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Sun Mar 31 03:20:14 UTC 2013 
Responsible-Changed-Why:  
fixed in r239046 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177495 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/177495: commit references a PR
Date: Thu, 11 Apr 2013 18:47:24 +0000 (UTC)

 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 
State-Changed-By: andreast 
State-Changed-When: Tue Dec 17 07:56:06 UTC 2013 
State-Changed-Why:  
Fix committed including mergeinfo. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177495 
>Unformatted:
