diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-20 14:47:52 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-20 14:47:52 +0000 |
commit | 1a702a374be862f6571bc88af23c8d4ff720a125 (patch) | |
tree | 39ba2278fe3801cdae66f5d9fccc8acb07038484 /sys/kern/vfs_subr.c | |
parent | a93aeafed0a3b24d4ef7e560d18ddf40a139d82b (diff) |
typo
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r-- | sys/kern/vfs_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 196acd5ff61..b592906559d 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_subr.c,v 1.18 1998/01/11 02:10:44 csapuntz Exp $ */ +/* $OpenBSD: vfs_subr.c,v 1.19 1998/02/20 14:47:51 niklas Exp $ */ /* $NetBSD: vfs_subr.c,v 1.53 1996/04/22 01:39:13 christos Exp $ */ /* @@ -137,7 +137,7 @@ vntblinit() /* * Mark a mount point as busy. Used to synchornize access and to delay - * unmounting. Interlock is not released n failure. + * unmounting. Interlock is not released on failure. */ int |