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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to