diff options
author | 2003-11-08 19:17:27 +0000 | |
---|---|---|
committer | 2003-11-08 19:17:27 +0000 | |
commit | 6957a4a48468bf821220afcc4d7c90750d681cdf (patch) | |
tree | 857c4dbb3a12aba38393c8f51e8e138abafd9438 /sys/kern/vnode_if.src | |
parent | The very beginning of a pegasos-specific section 8. (diff) | |
download | wireguard-openbsd-6957a4a48468bf821220afcc4d7c90750d681cdf.tar.xz wireguard-openbsd-6957a4a48468bf821220afcc4d7c90750d681cdf.zip |
typos from Jonathon Gray;
Diffstat (limited to 'sys/kern/vnode_if.src')
-rw-r--r-- | sys/kern/vnode_if.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vnode_if.src b/sys/kern/vnode_if.src index dca2a7f2937..71eee3b245a 100644 --- a/sys/kern/vnode_if.src +++ b/sys/kern/vnode_if.src @@ -1,4 +1,4 @@ -# $OpenBSD: vnode_if.src,v 1.23 2003/09/23 16:46:02 millert Exp $ +# $OpenBSD: vnode_if.src,v 1.24 2003/11/08 19:17:28 jmc Exp $ # $NetBSD: vnode_if.src,v 1.10 1996/05/11 18:26:27 mycroft Exp $ # # Copyright (c) 1992, 1993 @@ -37,7 +37,7 @@ # protocol used by each vop call. The first column is the name of # the variable, the remaining three columns are in, out and error # respectively. The "in" column defines the lock state on input, -# the "out" column defines the state on succesful return, and the +# the "out" column defines the state on successful return, and the # "error" column defines the locking state on error exit. # # The locking value can take the following values: |