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

John Baldwin jhb at FreeBSD.org
Sat Mar 3 14:24:40 UTC 2012


Author: jhb
Date: Sat Mar  3 14:24:39 2012
New Revision: 232464
URL: http://svn.freebsd.org/changeset/base/232464

Log:
  Fix a typo.

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

Modified: head/sys/dev/pci/pci.c
==============================================================================
--- head/sys/dev/pci/pci.c	Sat Mar  3 14:23:54 2012	(r232463)
+++ head/sys/dev/pci/pci.c	Sat Mar  3 14:24:39 2012	(r232464)
@@ -1474,7 +1474,7 @@ pci_alloc_msix_method(device_t dev, devi
  * 3.  Call the three vectors allocated by pci_alloc_msix() A, B, and
  * C.  After the call to pci_alloc_msix(), the device will be setup to
  * have an MSI-X table of ABC--- (where - means no vector assigned).
- * If the driver ten passes a vector array of { 1, 0, 1, 2, 0, 2 },
+ * If the driver then passes a vector array of { 1, 0, 1, 2, 0, 2 },
  * then the MSI-X table will look like A-AB-B, and the 'C' vector will
  * be freed back to the system.  This device will also have valid
  * SYS_RES_IRQ rids of 1, 3, 4, and 6.


More information about the svn-src-all mailing list