From 9b4fab9ef6b1bfdf519bf99015dc2751d1c3a0e3 Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Thu, 14 Oct 2004 03:05:39 +0000 Subject: [PATCH] Fix a spelling error in a panic string. --- sys/dev/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,