From owner-svn-src-all@FreeBSD.ORG Fri Jun 24 13:58:56 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4E4B1065675; Fri, 24 Jun 2011 13:58:56 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [69.147.83.44]) by mx1.freebsd.org (Postfix) with ESMTP id D5DE68FC19; Fri, 24 Jun 2011 13:58:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p5ODwumc056895; Fri, 24 Jun 2011 13:58:56 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p5ODwute056893; Fri, 24 Jun 2011 13:58:56 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201106241358.p5ODwute056893@svn.freebsd.org> From: John Baldwin Date: Fri, 24 Jun 2011 13:58:56 +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: r223502 - head/sys/dev/acpica X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2011 13:58:57 -0000 Author: jhb Date: Fri Jun 24 13:58:56 2011 New Revision: 223502 URL: http://svn.freebsd.org/changeset/base/223502 Log: Typo. Modified: head/sys/dev/acpica/acpi.c Modified: head/sys/dev/acpica/acpi.c ============================================================================== --- head/sys/dev/acpica/acpi.c Fri Jun 24 13:45:14 2011 (r223501) +++ head/sys/dev/acpica/acpi.c Fri Jun 24 13:58:56 2011 (r223502) @@ -1244,7 +1244,7 @@ acpi_alloc_resource(device_t bus, device /* * First attempt at allocating the resource. For direct children, * use resource_list_alloc() to handle reserved resources. For - * other dveices, pass the request up to our parent. + * other devices, pass the request up to our parent. */ if (bus == device_get_parent(child)) { ad = device_get_ivars(child);