From e0c34b57872141aae33b6b416085d929d8660293 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 5 Feb 2014 19:23:05 +0000 Subject: [PATCH] Fix a typo. --- sys/dev/pci/pci_subr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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