summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-04-25 07:04:12 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-04-25 07:04:12 +0000
commit4f7f60a904c4694c4e25009b3aeb07e8471c07f9 (patch)
tree5cb66d2e6da5f38fe1759788a51328daa82fe764
parent260e61341f1beae5062fe22334aaae11dbe7bf31 (diff)
typo
-rw-r--r--sys/kern/vfs_subr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index b592906559d..cf94b1cb114 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_subr.c,v 1.19 1998/02/20 14:47:51 niklas Exp $ */
+/* $OpenBSD: vfs_subr.c,v 1.20 1998/04/25 07:04:11 niklas Exp $ */
/* $NetBSD: vfs_subr.c,v 1.53 1996/04/22 01:39:13 christos Exp $ */
/*
@@ -136,7 +136,7 @@ vntblinit()
/*
- * Mark a mount point as busy. Used to synchornize access and to delay
+ * Mark a mount point as busy. Used to synchronize access and to delay
* unmounting. Interlock is not released on failure.
*/