Fixing a small typo.

Reviewed by:	gjb
Approved by:	sbruno (mentor)
This commit is contained in:
Hiren Panchasara 2013-09-05 18:18:23 +00:00
parent 7befb5c2ca
commit b6f49c23a3

View File

@ -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.