diff options
author | 1998-02-20 14:47:51 +0000 | |
---|---|---|
committer | 1998-02-20 14:47:51 +0000 | |
commit | 7fbb96df1e893bf1cb1bc17a563f65833dedfdb9 (patch) | |
tree | b12abc3e617b5ff6cae8c4c12575b71c48a412d5 /sys/kern/vfs_subr.c | |
parent | GCC 2.8 caught this type error, thanks (diff) | |
download | wireguard-openbsd-7fbb96df1e893bf1cb1bc17a563f65833dedfdb9.tar.xz wireguard-openbsd-7fbb96df1e893bf1cb1bc17a563f65833dedfdb9.zip |
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 |