1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255259

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.