Fix a typo.
Approved by: gnn (mentor) MFC after: 2 days
This commit is contained in:
parent
331805a5d3
commit
99006d44f8
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user