svn commit: r363007 - stable/11/sys/kern
Konstantin Belousov
kib at FreeBSD.org
Wed Jul 8 10:04:52 UTC 2020
Author: kib
Date: Wed Jul 8 10:04:51 2020
New Revision: 363007
URL: https://svnweb.freebsd.org/changeset/base/363007
Log:
MFC r362948:
Fix typo.
Modified:
stable/11/sys/kern/vfs_vnops.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/kern/vfs_vnops.c
==============================================================================
--- stable/11/sys/kern/vfs_vnops.c Wed Jul 8 10:04:12 2020 (r363006)
+++ stable/11/sys/kern/vfs_vnops.c Wed Jul 8 10:04:51 2020 (r363007)
@@ -1466,7 +1466,7 @@ vn_stat(struct vnode *vp, struct stat *sb, struct ucre
* "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);
More information about the svn-src-all
mailing list