diff options
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) |
