aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2005-09-01 16:41:42 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2005-09-01 16:41:42 +0000
commit9a1bbc523cfabf35687f5704dfb47ac408e16a52 (patch)
tree9da53a59b138ef9b90ae62831d60c64f1ad1cc6d /sys/dev
parent323abbb7ce5ad4cf38c9ad68229c14008b712cb2 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pci.c2
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.
*/