From 7632615299b788f5be7a314f29703462a59ec5b0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 30 Jul 2008 16:27:03 +0100 Subject: [PATCH] Fix typo in error message re pciutils-dev Thanks to report from Stefano Stabellini Signed-off-by: Ian Jackson --- xen-hooks.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen-hooks.mak b/xen-hooks.mak index af977efea..b131397f2 100644 --- a/xen-hooks.mak +++ b/xen-hooks.mak @@ -41,7 +41,7 @@ ifdef CONFIG_STUBDOM CONFIG_PASSTHROUGH=1 else ifeq (,$(wildcard /usr/include/pci)) -$(warning *** pciutils-devl package not found - missing /usr/include/pci) +$(warning *** pciutils-dev package not found - missing /usr/include/pci) $(warning *** PCI passthrough capability has been disabled) else CONFIG_PASSTHROUGH=1 -- 2.39.5