summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2016-05-17 08:24:27 +0000
committerkib <kib@FreeBSD.org>2016-05-17 08:24:27 +0000
commite1e51d237c3a7f5833b62ccfe1e74ef4178a8820 (patch)
tree464bd1880b4c66947bead887af2182f668c94032 /sys/ufs
parent67809d96fde8e0c4cbdd65988761a4ec86e01411 (diff)
downloadFreeBSD-src-e1e51d237c3a7f5833b62ccfe1e74ef4178a8820.zip
FreeBSD-src-e1e51d237c3a7f5833b62ccfe1e74ef4178a8820.tar.gz
Fix comments.
Submitted by: bde MFC after: 1 week
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c
index c76683e..9776554 100644
--- a/sys/ufs/ffs/ffs_vfsops.c
+++ b/sys/ufs/ffs/ffs_vfsops.c
@@ -512,7 +512,7 @@ ffs_mount(struct mount *mp)
* We need the name for the mount point (also used for
* "last mounted on") copied in. If an error occurs,
* the mount point is discarded by the upper level code.
- * Note that vfs_mount() populates f_mntonname for us.
+ * Note that vfs_mount_alloc() populates f_mntonname for us.
*/
if ((error = ffs_mountfs(devvp, mp, td)) != 0) {
vrele(devvp);
@@ -1058,7 +1058,7 @@ ffs_mountfs(devvp, mp, td)
(void) ffs_sbupdate(ump, MNT_WAIT, 0);
}
/*
- * Initialize filesystem stat information in mount struct.
+ * Initialize filesystem state information in mount struct.
*/
MNT_ILOCK(mp);
mp->mnt_kern_flag |= MNTK_LOOKUP_SHARED | MNTK_EXTENDED_SHARED |
OpenPOWER on IntegriCloud