mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Typo.
This commit is contained in:
parent
6ca60beb25
commit
f6133e7144
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223502
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user