Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2016 13:43:23 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r296452 - stable/10/sys/dev/ixgbe
Message-ID:  <201603071343.u27DhN3a033018@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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");
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603071343.u27DhN3a033018>