summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2004-10-14 03:05:39 +0000
committerBrian Feldman <green@FreeBSD.org>2004-10-14 03:05:39 +0000
commit9b4fab9ef6b1bfdf519bf99015dc2751d1c3a0e3 (patch)
treee072857e07d060e37013aa5d7bd8bb347c215bcb /sys/dev/pci
parent370f9086a631b7d5280804fa5146b94a898d2c50 (diff)
Notes
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 053cf58da2d7..508fa3bf5e75 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -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,