diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-03 13:28:05 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-06 05:44:56 +0000 |
| commit | b5cb4a2741d1657adbc2acb488a954e745c80313 (patch) | |
| tree | ebdc7369aa161ec2e1274622120b884ce3451a8f /sys/dev/pci | |
| parent | 8b2c6f8d7f37075f893486b6ca0e648174a88a56 (diff) | |
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 9a49d4ca9783..8bfb9640f6dc 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -3271,7 +3271,7 @@ pci_add_map(device_t bus, device_t dev, int reg, struct resource_list *rl, * not allow that. It is best to ignore such entries for the * moment. These will be allocated later if the driver specifically * requests them. However, some removable buses look better when - * all resources are allocated, so allow '0' to be overriden. + * all resources are allocated, so allow '0' to be overridden. * * Similarly treat maps whose values is the same as the test value * read back. These maps have had all f's written to them by the |
