summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-06-01 14:07:43 +0000
committerjhb <jhb@FreeBSD.org>2005-06-01 14:07:43 +0000
commitb060297e93d8310db0585d9acaa2a35c6c3ac3c2 (patch)
treec7738e3886d4f5e97b47da25674fbb89258f761a /sys/dev/pci
parente8b16ba229c7b853d779287df60c1817609c4e1c (diff)
downloadFreeBSD-src-b060297e93d8310db0585d9acaa2a35c6c3ac3c2.zip
FreeBSD-src-b060297e93d8310db0585d9acaa2a35c6c3ac3c2.tar.gz
Typo.
Submitted by: njl
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 d8042a3..9d32237 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -824,7 +824,7 @@ pci_add_map(device_t pcib, device_t bus, device_t dev,
/*
* If base is 0, then we have problems. It is best to ignore
- * such entires for the moment. These will be allocated later if
+ * such entries for the moment. These will be allocated later if
* the driver specifically requests them.
*/
if (base == 0)
OpenPOWER on IntegriCloud