aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2014-02-05 19:23:05 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2014-02-05 19:23:05 +0000
commite0c34b57872141aae33b6b416085d929d8660293 (patch)
treef1b4bb05ce633c5b9c391ede48653eff43527f70 /sys/dev/pci
parent665c90aa49ba80e183c854db3bf3292f47bedb4b (diff)
Notes
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci_subr.c b/sys/dev/pci/pci_subr.c
index 2d1689689967..3d13fb99da54 100644
--- a/sys/dev/pci/pci_subr.c
+++ b/sys/dev/pci/pci_subr.c
@@ -151,7 +151,7 @@ pcib_child_name(device_t child)
/*
* Some Host-PCI bridge drivers know which resource ranges they can
* decode and should only allocate subranges to child PCI devices.
- * This API provides a way to manage this. The bridge drive should
+ * This API provides a way to manage this. The bridge driver should
* initialize this structure during attach and call
* pcib_host_res_decodes() on each resource range it decodes. It can
* then use pcib_host_res_alloc() and pcib_host_res_adjust() as helper