From owner-svn-src-head@FreeBSD.ORG Sun Feb 7 18:00:13 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2C64106566C; Sun, 7 Feb 2010 18:00:13 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D38878FC0C; Sun, 7 Feb 2010 18:00:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o17I0DV2092711; Sun, 7 Feb 2010 18:00:13 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o17I0D1v092709; Sun, 7 Feb 2010 18:00:13 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201002071800.o17I0D1v092709@svn.freebsd.org> From: Gavin Atkinson Date: Sun, 7 Feb 2010 18:00:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203618 - head/sys/kern X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2010 18:00:14 -0000 Author: gavin Date: Sun Feb 7 18:00:13 2010 New Revision: 203618 URL: http://svn.freebsd.org/changeset/base/203618 Log: Spelling nit Modified: head/sys/kern/subr_bus.c Modified: head/sys/kern/subr_bus.c ============================================================================== --- head/sys/kern/subr_bus.c Sun Feb 7 17:53:10 2010 (r203617) +++ head/sys/kern/subr_bus.c Sun Feb 7 18:00:13 2010 (r203618) @@ -739,7 +739,7 @@ fail: * the first time that no match happens, so we don't keep getting this * message. Should that prove to be undesirable, we can change it. * This is called when all drivers that can attach to a given bus - * decline to accept this device. Other errrors may not be detected. + * decline to accept this device. Other errors may not be detected. */ static void devnomatch(device_t dev)