Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 19:23:05 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261523 - head/sys/dev/pci
Message-ID:  <201402051923.s15JN51o001610@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051923.s15JN51o001610>