summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2012-03-03 14:24:39 +0000
committerjhb <jhb@FreeBSD.org>2012-03-03 14:24:39 +0000
commitb2cd3bb07589f6819bcc584d29775a97b8bf9628 (patch)
treef0c69e5a48da9b5cbf96c7869136c30761799b6d
parentc070890383b42ff46bc91c1af2f7fc18366bd02e (diff)
downloadFreeBSD-src-b2cd3bb07589f6819bcc584d29775a97b8bf9628.zip
FreeBSD-src-b2cd3bb07589f6819bcc584d29775a97b8bf9628.tar.gz
Fix a typo.
-rw-r--r--sys/dev/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index b36e1b4..6817ef3 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -1474,7 +1474,7 @@ pci_alloc_msix_method(device_t dev, device_t child, int *count)
* 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.
OpenPOWER on IntegriCloud