Fix a spelling error in a panic string.

This commit is contained in:
Brian Feldman 2004-10-14 03:05:39 +00:00
parent 370f9086a6
commit 9b4fab9ef6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136499

View File

@ -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,