summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-09-04 03:53:21 +0000
committerjhb <jhb@FreeBSD.org>2002-09-04 03:53:21 +0000
commit8fddee78dba2678e0b3a99d5b964d1f541cb4f55 (patch)
treec654916a30aa8c9bb29b2c2f39b7e457aad4650a /sys/dev/pci/pci.c
parent2ab71599b84317a27680c6710032943c65bd10a9 (diff)
downloadFreeBSD-src-8fddee78dba2678e0b3a99d5b964d1f541cb4f55.zip
FreeBSD-src-8fddee78dba2678e0b3a99d5b964d1f541cb4f55.tar.gz
Fix up a comment.
Diffstat (limited to 'sys/dev/pci/pci.c')
-rw-r--r--sys/dev/pci/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 93eff94..8b19b5c 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) &&
OpenPOWER on IntegriCloud