diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
commit | 592b4684a393f187ed17f2dbde89e7e974b93bec (patch) | |
tree | 27021a1a3a7da6ee5ba8051ad9cddf8203ff8263 /sys/miscfs/umapfs | |
parent | 44ce7129fce40e129e05c87cdc90ad808c587ea4 (diff) |
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'sys/miscfs/umapfs')
-rw-r--r-- | sys/miscfs/umapfs/umap_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
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. */ |