mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Fix a spelling error in a panic string.
This commit is contained in:
parent
370f9086a6
commit
9b4fab9ef6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136499
@ -1576,7 +1576,7 @@ pci_alloc_map(device_t dev, device_t child, int type, int *rid,
|
||||
resource_list_add(rl, type, *rid, start, end, count);
|
||||
rle = resource_list_find(rl, type, *rid);
|
||||
if (rle == NULL)
|
||||
panic("pci_alloc_map: unexpedly can't find resource.");
|
||||
panic("pci_alloc_map: unexpectedly can't find resource.");
|
||||
rle->res = res;
|
||||
if (bootverbose)
|
||||
device_printf(child,
|
||||
|
Loading…
Reference in New Issue
Block a user