diff options
| author | wiz <wiz@NetBSD.org> | 2003-11-17 11:16:10 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-11-17 11:16:10 +0000 |
| commit | 4bbfee09cab4ce524093096cb7150cb6f16c7ad4 (patch) | |
| tree | 3e8d1b98d61c068a974d68f69eec71c7c26ddd3d /sys/kern/vnode_if.src | |
| parent | d3730f1c68018b66f2f27ee8b6226a6f36c084d5 (diff) | |
Various typo fixes from Jonathon Gray via jmc@openbsd.
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 4da04d90897..b30474380e5 100644 --- a/sys/kern/vnode_if.src +++ b/sys/kern/vnode_if.src @@ -1,4 +1,4 @@ -# $NetBSD: vnode_if.src,v 1.35 2003/06/29 22:31:36 fvdl Exp $ +# $NetBSD: vnode_if.src,v 1.36 2003/11/17 11:16:10 wiz Exp $ # # Copyright (c) 1992, 1993 # The Regents of the University of California. All rights reserved. @@ -40,7 +40,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: |
