svn commit: r223502 - head/sys/dev/acpica
John Baldwin
jhb at FreeBSD.org
Fri Jun 24 13:58:57 UTC 2011
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);
More information about the svn-src-all
mailing list