svn commit: r268790 - head/sys/dev/ixgbe

Hiren Panchasara hiren at FreeBSD.org
Thu Jul 17 06:21:59 UTC 2014


Author: hiren
Date: Thu Jul 17 06:21:58 2014
New Revision: 268790
URL: http://svnweb.freebsd.org/changeset/base/268790

Log:
  Fix a typo.
  
  PR:		191898
  Submitted by:	vsjcfm at gmail.com

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

Modified: head/sys/dev/ixgbe/ixgbe.c
==============================================================================
--- head/sys/dev/ixgbe/ixgbe.c	Thu Jul 17 05:54:58 2014	(r268789)
+++ head/sys/dev/ixgbe/ixgbe.c	Thu Jul 17 06:21:58 2014	(r268790)
@@ -304,7 +304,7 @@ SYSCTL_INT(_hw_ix, OID_AUTO, num_queues,
 */
 static int ixgbe_txd = PERFORM_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-head mailing list