Date: Thu, 5 Sep 2013 18:18:23 +0000 (UTC) From: Hiren Panchasara <hiren@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255259 - head/sys/kern Message-ID: <201309051818.r85IINAX008171@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hiren Date: Thu Sep 5 18:18:23 2013 New Revision: 255259 URL: http://svnweb.freebsd.org/changeset/base/255259 Log: Fixing a small typo. Reviewed by: gjb Approved by: sbruno (mentor) Modified: head/sys/kern/kern_mbuf.c Modified: head/sys/kern/kern_mbuf.c ============================================================================== --- head/sys/kern/kern_mbuf.c Thu Sep 5 17:58:25 2013 (r255258) +++ head/sys/kern/kern_mbuf.c Thu Sep 5 18:18:23 2013 (r255259) @@ -106,7 +106,7 @@ int nmbjumbo16; /* limits number of 16 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309051818.r85IINAX008171>