Fix a typo.

This commit is contained in:
John Baldwin 2014-01-21 03:24:52 +00:00
parent 84ca9aad53
commit 44afcdabf3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260974

View File

@ -715,7 +715,7 @@ kern_vfs_bio_buffer_alloc(caddr_t v, long physmem_est)
}
/*
* 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.
*