This commit is contained in:
John Baldwin 2011-06-24 13:58:56 +00:00
parent 6ca60beb25
commit f6133e7144
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223502

View file

@ -1244,7 +1244,7 @@ acpi_alloc_resource(device_t bus, device_t child, int type, int *rid,
/*
* 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);