Fix a typo.

Approved by:	gnn (mentor)
MFC after:	2 days
This commit is contained in:
Davide Italiano 2012-04-14 23:59:58 +00:00
parent 331805a5d3
commit 99006d44f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234303

View File

@ -143,7 +143,7 @@ static SYSCTL_NODE(_debug, OID_AUTO, turnstile, CTLFLAG_RD, 0,
static SYSCTL_NODE(_debug_turnstile, OID_AUTO, chains, CTLFLAG_RD, 0,
"turnstile chain stats");
SYSCTL_UINT(_debug_turnstile, OID_AUTO, max_depth, CTLFLAG_RD,
&turnstile_max_depth, 0, "maxmimum depth achieved of a single chain");
&turnstile_max_depth, 0, "maximum depth achieved of a single chain");
#endif
static struct mtx td_contested_lock;
static struct turnstile_chain turnstile_chains[TC_TABLESIZE];