svn commit: r261523 - head/sys/dev/pci

John Baldwin jhb at FreeBSD.org
Wed Feb 5 19:23:05 UTC 2014


Author: jhb
Date: Wed Feb  5 19:23:05 2014
New Revision: 261523
URL: http://svnweb.freebsd.org/changeset/base/261523

Log:
  Fix a typo.

Modified:
  head/sys/dev/pci/pci_subr.c

Modified: head/sys/dev/pci/pci_subr.c
==============================================================================
--- head/sys/dev/pci/pci_subr.c	Wed Feb  5 18:26:30 2014	(r261522)
+++ head/sys/dev/pci/pci_subr.c	Wed Feb  5 19:23:05 2014	(r261523)
@@ -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


More information about the svn-src-all mailing list