From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 30 07:30:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2875189E for ; Sat, 30 Mar 2013 07:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EB7B35F5 for ; Sat, 30 Mar 2013 07:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2U7U0NT067398 for ; Sat, 30 Mar 2013 07:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2U7U0TE067397; Sat, 30 Mar 2013 07:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Mar 2013 07:30:00 GMT Resent-Message-Id: <201303300730.r2U7U0TE067397@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hiren Panchasara 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 ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: kern/177495: [patch] Fix a small typo in a comment X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 07:30:01 -0000 >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: