summaryrefslogtreecommitdiff
path: root/sys/ufs
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2006-04-04 11:21:41 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2006-04-04 11:21:41 +0000
commit5af338bca6ece1be2b8927efc4ae76779ef10bea (patch)
treefdbdeade40f563edf20e4d618996151bbd77580d /sys/ufs
parent18436acaf74d2bbd384f21ae40c20515638b1fdb (diff)
Fix a comment
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/ufs_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ufs/ufs_vfsops.c b/sys/ufs/ufs/ufs_vfsops.c
index 22a5f3a028d..7f808285c9a 100644
--- a/sys/ufs/ufs/ufs_vfsops.c
+++ b/sys/ufs/ufs/ufs_vfsops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ufs_vfsops.c,v 1.14 2005/12/28 20:48:18 pedro Exp $ */
+/* $OpenBSD: ufs_vfsops.c,v 1.15 2006/04/04 11:21:40 pedro Exp $ */
/* $NetBSD: ufs_vfsops.c,v 1.4 1996/02/09 22:36:12 christos Exp $ */
/*
@@ -106,7 +106,7 @@ ufs_check_export(struct mount *mp, struct mbuf *nam, int *exflagsp,
}
/*
- * Initial UFS filesystems, done only once.
+ * Initialize UFS file systems, done only once.
*/
int
ufs_init(struct vfsconf *vfsp)