summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-12-03 20:36:55 +0000
committerphk <phk@FreeBSD.org>2004-12-03 20:36:55 +0000
commita3935187b00f07b787fa8a1fb13a30f7e3f4fc63 (patch)
tree8d390304a8c7da8e997c1ab974e6c7102cc2e601 /sys/ufs
parent3c01ff1abbd640b053a0ae23879d414e9b1ad798 (diff)
downloadFreeBSD-src-a3935187b00f07b787fa8a1fb13a30f7e3f4fc63.zip
FreeBSD-src-a3935187b00f07b787fa8a1fb13a30f7e3f4fc63.tar.gz
typo in comment.
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c
index 4252344..fd19e61 100644
--- a/sys/ufs/ffs/ffs_vfsops.c
+++ b/sys/ufs/ffs/ffs_vfsops.c
@@ -598,7 +598,7 @@ ffs_mountfs(devvp, mp, td)
/*
* If we are a root mount, drop the E flag so fsck can do its magic.
- * We will pick it up again when we remounte R/W.
+ * We will pick it up again when we remount R/W.
*/
if (error == 0 && ronly && (mp->mnt_flag & MNT_ROOTFS))
error = g_access(cp, 0, 0, -1);
OpenPOWER on IntegriCloud