diff options
author | jhb <jhb@FreeBSD.org> | 2005-06-01 14:07:43 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-06-01 14:07:43 +0000 |
commit | b060297e93d8310db0585d9acaa2a35c6c3ac3c2 (patch) | |
tree | c7738e3886d4f5e97b47da25674fbb89258f761a /sys/dev/pci | |
parent | e8b16ba229c7b853d779287df60c1817609c4e1c (diff) | |
download | FreeBSD-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.c | 2 |
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) |