summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRay Lai <ray@cvs.openbsd.org>2010-07-23 17:31:55 +0000
committerRay Lai <ray@cvs.openbsd.org>2010-07-23 17:31:55 +0000
commit06ae5dc7be5f45640fdca20fa1d35559830cd0be (patch)
tree56efaeb368c6f3b6801aae86eb9ffff35e3d0b2a /sys
parent61c3f02a953c211a68c1ced2a76ab79d3829692d (diff)
Improve English.
Help by jmc, earlier version OK thib krw
Diffstat (limited to 'sys')
-rw-r--r--sys/ufs/ffs/ffs_vfsops.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c
index 06248be9bee..90c5a56518e 100644
--- a/sys/ufs/ffs/ffs_vfsops.c
+++ b/sys/ufs/ffs/ffs_vfsops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ffs_vfsops.c,v 1.124 2010/06/29 14:48:08 thib Exp $ */
+/* $OpenBSD: ffs_vfsops.c,v 1.125 2010/07/23 17:31:54 ray Exp $ */
/* $NetBSD: ffs_vfsops.c,v 1.19 1996/02/09 22:22:26 christos Exp $ */
/*
@@ -282,9 +282,9 @@ ffs_mount(struct mount *mp, const char *path, void *data,
if (fs->fs_clean == 0) {
#if 0
/*
- * It is safe mount unclean file system
+ * It is safe to mount an unclean file system
* if it was previously mounted with softdep
- * but we may loss space and must
+ * but we may lose space and must
* sometimes run fsck manually.
*/
if (fs->fs_flags & FS_DOSOFTDEP)
@@ -761,9 +761,9 @@ ffs_mountfs(struct vnode *devvp, struct mount *mp, struct proc *p)
if (fs->fs_clean == 0) {
#if 0
/*
- * It is safe mount unclean file system
+ * It is safe to mount an unclean file system
* if it was previously mounted with softdep
- * but we may loss space and must
+ * but we may lose space and must
* sometimes run fsck manually.
*/
if (fs->fs_flags & FS_DOSOFTDEP)