svn commit: r296452 - stable/10/sys/dev/ixgbe

Sean Bruno sbruno at FreeBSD.org
Mon Mar 7 13:43:25 UTC 2016


Author: sbruno
Date: Mon Mar  7 13:43:23 2016
New Revision: 296452
URL: https://svnweb.freebsd.org/changeset/base/296452

Log:
  Spell "maximum" correctly.
  
  noted by mav@

Modified:
  stable/10/sys/dev/ixgbe/if_ix.c

Modified: stable/10/sys/dev/ixgbe/if_ix.c
==============================================================================
--- stable/10/sys/dev/ixgbe/if_ix.c	Mon Mar  7 10:59:28 2016	(r296451)
+++ stable/10/sys/dev/ixgbe/if_ix.c	Mon Mar  7 13:43:23 2016	(r296452)
@@ -332,7 +332,7 @@ SYSCTL_INT(_hw_ix, OID_AUTO, enable_msix
 static int ixgbe_num_queues = 0;
 TUNABLE_INT("hw.ix.num_queues", &ixgbe_num_queues);
 SYSCTL_INT(_hw_ix, OID_AUTO, num_queues, CTLFLAG_RDTUN, &ixgbe_num_queues, 0,
-    "Number of queues to configure up to a mximum of 8,"
+    "Number of queues to configure up to a maximum of 8,"
     "0 indicates autoconfigure");
 
 /*


More information about the svn-src-stable-10 mailing list