svn commit: r268904 - stable/10/sys/dev/ixgbe
Hiren Panchasara
hiren at FreeBSD.org
Sun Jul 20 02:15:15 UTC 2014
Author: hiren
Date: Sun Jul 20 02:15:14 2014
New Revision: 268904
URL: http://svnweb.freebsd.org/changeset/base/268904
Log:
MFC r268790
Fix a typo.
Modified:
stable/10/sys/dev/ixgbe/ixgbe.c
Modified: stable/10/sys/dev/ixgbe/ixgbe.c
==============================================================================
--- stable/10/sys/dev/ixgbe/ixgbe.c Sun Jul 20 00:34:54 2014 (r268903)
+++ stable/10/sys/dev/ixgbe/ixgbe.c Sun Jul 20 02:15:14 2014 (r268904)
@@ -306,7 +306,7 @@ SYSCTL_INT(_hw_ix, OID_AUTO, num_queues,
static int ixgbe_txd = PERFORM_TXD;
TUNABLE_INT("hw.ixgbe.txd", &ixgbe_txd);
SYSCTL_INT(_hw_ix, OID_AUTO, txd, CTLFLAG_RDTUN, &ixgbe_txd, 0,
- "Number of receive descriptors per queue");
+ "Number of transmit descriptors per queue");
/* Number of RX descriptors per ring */
static int ixgbe_rxd = PERFORM_RXD;
More information about the svn-src-stable-10
mailing list