Date: Fri, 24 Jun 2011 13:58:56 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r223502 - head/sys/dev/acpica Message-ID: <201106241358.p5ODwute056893@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106241358.p5ODwute056893>