summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-02-05 19:23:05 +0000
committerjhb <jhb@FreeBSD.org>2014-02-05 19:23:05 +0000
commitdccd0931e63e1eac87760621b123aab50d03c7b4 (patch)
treef1b4bb05ce633c5b9c391ede48653eff43527f70 /sys/dev/pci
parentff82380d025d439a3b8fb73f7bbeba1758c1cdd0 (diff)
downloadFreeBSD-src-dccd0931e63e1eac87760621b123aab50d03c7b4.zip
FreeBSD-src-dccd0931e63e1eac87760621b123aab50d03c7b4.tar.gz
Fix a typo.
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 2d16896..3d13fb9 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
OpenPOWER on IntegriCloud