Fixing a small typo.
Reviewed by: gjb Approved by: sbruno (mentor)
This commit is contained in:
parent
7befb5c2ca
commit
b6f49c23a3
@ -106,7 +106,7 @@ int nmbjumbo16; /* limits number of 16k jumbo clusters */
|
||||
static quad_t maxmbufmem; /* overall real memory limit for all mbufs */
|
||||
|
||||
SYSCTL_QUAD(_kern_ipc, OID_AUTO, maxmbufmem, CTLFLAG_RDTUN, &maxmbufmem, 0,
|
||||
"Maximum real memory allocateable to various mbuf types");
|
||||
"Maximum real memory allocatable to various mbuf types");
|
||||
|
||||
/*
|
||||
* tunable_mbinit() has to be run before any mbuf allocations are done.
|
||||
|
Loading…
Reference in New Issue
Block a user