diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2005-06-01 14:07:43 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2005-06-01 14:07:43 +0000 |
| commit | f1e1aa9ba2c31c01873ecbb854f7f79d6cecbd4e (patch) | |
| tree | c7738e3886d4f5e97b47da25674fbb89258f761a /sys/dev/pci | |
| parent | 42dc3715bbd8fccb86645ab5cc7bcbfd7a5a53b0 (diff) | |
Notes
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 d8042a3827482..9d3223753d984 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) |
