diff options
Diffstat (limited to 'sys/miscfs')
-rw-r--r-- | sys/miscfs/nullfs/null_subr.c | 4 | ||||
-rw-r--r-- | sys/miscfs/tcfs/tcfs_subr.c | 4 | ||||
-rw-r--r-- | sys/miscfs/umapfs/umap_subr.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/miscfs/nullfs/null_subr.c b/sys/miscfs/nullfs/null_subr.c index bc2ce348311..e21e56ba5a4 100644 --- a/sys/miscfs/nullfs/null_subr.c +++ b/sys/miscfs/nullfs/null_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: null_subr.c,v 1.10 2002/03/14 01:27:08 millert Exp $ */ +/* $OpenBSD: null_subr.c,v 1.11 2002/06/14 21:35:00 todd Exp $ */ /* $NetBSD: null_subr.c,v 1.6 1996/05/10 22:50:52 jtk Exp $ */ /* @@ -239,7 +239,7 @@ loop: /* - * Try to find an existing null_node vnode refering + * Try to find an existing null_node vnode referring * to it, otherwise make a new null_node vnode which * contains a reference to the lower vnode. * diff --git a/sys/miscfs/tcfs/tcfs_subr.c b/sys/miscfs/tcfs/tcfs_subr.c index b5cc4533df9..e497cf9c71d 100644 --- a/sys/miscfs/tcfs/tcfs_subr.c +++ b/sys/miscfs/tcfs/tcfs_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfs_subr.c,v 1.3 2002/03/14 01:27:08 millert Exp $ */ +/* $OpenBSD: tcfs_subr.c,v 1.4 2002/06/14 21:35:00 todd Exp $ */ /* $NetBSD: tcfs_subr.c,v 1.6 1996/05/10 22:50:52 jtk Exp $ */ /* @@ -238,7 +238,7 @@ loop: /* - * Try to find an existing tcfs_node vnode refering + * Try to find an existing tcfs_node vnode referring * to it, otherwise make a new tcfs_node vnode which * contains a reference to the lower vnode. * diff --git a/sys/miscfs/umapfs/umap_subr.c b/sys/miscfs/umapfs/umap_subr.c index 55ccfd14a66..7c5d9fffa68 100644 --- a/sys/miscfs/umapfs/umap_subr.c +++ b/sys/miscfs/umapfs/umap_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umap_subr.c,v 1.13 2002/03/14 01:27:08 millert Exp $ */ +/* $OpenBSD: umap_subr.c,v 1.14 2002/06/14 21:35:00 todd Exp $ */ /* $NetBSD: umap_subr.c,v 1.8 1996/03/05 02:35:39 thorpej Exp $ */ /* @@ -291,7 +291,7 @@ loop: /* - * Try to find an existing umap_node vnode refering + * Try to find an existing umap_node vnode referring * to it, otherwise make a new umap_node vnode which * contains a reference to the target vnode. */ |