diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-03-07 13:43:23 +0000 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-03-07 13:43:23 +0000 |
commit | 3ff26b9898e90f4691669c80da55ce1d221f64fe (patch) | |
tree | a6aa842ad5596720737436e39aa4afff97db798c | |
parent | 81dfa2bb6c9e62b96e6586a82c13db809c03fd20 (diff) | |
download | FreeBSD-src-3ff26b9898e90f4691669c80da55ce1d221f64fe.zip FreeBSD-src-3ff26b9898e90f4691669c80da55ce1d221f64fe.tar.gz |
Spell "maximum" correctly.
noted by mav@
-rw-r--r-- | sys/dev/ixgbe/if_ix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ixgbe/if_ix.c b/sys/dev/ixgbe/if_ix.c index b06c485..8879053 100644 --- a/sys/dev/ixgbe/if_ix.c +++ b/sys/dev/ixgbe/if_ix.c @@ -332,7 +332,7 @@ SYSCTL_INT(_hw_ix, OID_AUTO, enable_msix, CTLFLAG_RDTUN, &ixgbe_enable_msix, 0, 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"); /* |