diff options
| -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 2bc9c1c0efb0f..6c8b774725548 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -827,7 +827,7 @@ pci_add_map(device_t pcib, device_t bus, device_t dev, * such entries for the moment. These will be allocated later if * the driver specifically requests them. * - * Similarlly treat maps whose values is the same as the test value + * 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 * BIOS in an attempt to disable the resources. */ |
