summaryrefslogtreecommitdiff
path: root/sys/miscfs/tcfs
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-06-14 21:35:02 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-06-14 21:35:02 +0000
commit592b4684a393f187ed17f2dbde89e7e974b93bec (patch)
tree27021a1a3a7da6ee5ba8051ad9cddf8203ff8263 /sys/miscfs/tcfs
parent44ce7129fce40e129e05c87cdc90ad808c587ea4 (diff)
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'sys/miscfs/tcfs')
-rw-r--r--sys/miscfs/tcfs/tcfs_subr.c4
1 files changed, 2 insertions, 2 deletions
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.
*