diff options
| author | Hiren Panchasara <hiren@FreeBSD.org> | 2013-09-05 18:18:23 +0000 |
|---|---|---|
| committer | Hiren Panchasara <hiren@FreeBSD.org> | 2013-09-05 18:18:23 +0000 |
| commit | b6f49c23a36f329cbf1e7f28078e17fd87f0e245 (patch) | |
| tree | 4e5e4751e2632d0867326684945909c95cfe7b3e | |
| parent | 7befb5c2ca43357499d2dab89ee93d33aa747fcb (diff) | |
Notes
| -rw-r--r-- | sys/kern/kern_mbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_mbuf.c b/sys/kern/kern_mbuf.c index 4d45553c1ffc..5d589425fff6 100644 --- a/sys/kern/kern_mbuf.c +++ b/sys/kern/kern_mbuf.c @@ -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. |
