From dd699396ce8f877f4924dcf1f8b091e36f5e837d Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 4 Sep 2002 03:53:21 +0000 Subject: [PATCH] Fix up a comment. --- sys/dev/pci/pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 93eff941157..8b19b5c929e 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1297,8 +1297,8 @@ pci_alloc_resource(device_t dev, device_t child, int type, int *rid, */ if (device_get_parent(child) == dev) { /* - * If device doesn't have an interrupt routed, and is - * deserving of an interrupt, try to assign it one. + * If the child device doesn't have an interrupt routed + * and is deserving of an interrupt, try to assign it one. */ if ((type == SYS_RES_IRQ) && !PCI_INTERRUPT_VALID(cfg->intline) &&