Fix typo.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2020-07-05 20:54:01 +00:00
parent 43ec732a2c
commit 4543c1c329
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362948

View File

@ -1557,7 +1557,7 @@ vn_stat(struct vnode *vp, struct stat *sb, struct ucred *active_cred,
* "a filesystem-specific preferred I/O block size for this
* object. In some filesystem types, this may vary from file
* to file"
* Use miminum/default of PAGE_SIZE (e.g. for VCHR).
* Use minimum/default of PAGE_SIZE (e.g. for VCHR).
*/
sb->st_blksize = max(PAGE_SIZE, vap->va_blocksize);