Date: Tue, 21 Jan 2014 03:24:52 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r260974 - head/sys/kern Message-ID: <201401210324.s0L3OqHa042062@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Tue Jan 21 03:24:52 2014 New Revision: 260974 URL: http://svnweb.freebsd.org/changeset/base/260974 Log: Fix a typo. Modified: head/sys/kern/vfs_bio.c Modified: head/sys/kern/vfs_bio.c ============================================================================== --- head/sys/kern/vfs_bio.c Tue Jan 21 03:14:19 2014 (r260973) +++ head/sys/kern/vfs_bio.c Tue Jan 21 03:24:52 2014 (r260974) @@ -715,7 +715,7 @@ kern_vfs_bio_buffer_alloc(caddr_t v, lon } /* - * Ideal allocation size for the transient bio submap if 10% + * Ideal allocation size for the transient bio submap is 10% * of the maximal space buffer map. This roughly corresponds * to the amount of the buffer mapped for typical UFS load. *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401210324.s0L3OqHa042062>