diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
commit | f0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch) | |
tree | f9bafe25867d0323af89776288c80edb6b30c09c /sys/kern | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/kern_physio.c | 4 | ||||
-rw-r--r-- | sys/kern/vnode_if.src | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/kern_physio.c b/sys/kern/kern_physio.c index 195d077b10f..dd0574b6c5a 100644 --- a/sys/kern/kern_physio.c +++ b/sys/kern/kern_physio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_physio.c,v 1.21 2003/07/21 22:44:50 tedu Exp $ */ +/* $OpenBSD: kern_physio.c,v 1.22 2003/11/08 19:17:28 jmc Exp $ */ /* $NetBSD: kern_physio.c,v 1.28 1997/05/19 10:43:28 pk Exp $ */ /*- @@ -280,7 +280,7 @@ void putphysbuf(bp) struct buf *bp; { - /* XXXCDC: is this necesary? */ + /* XXXCDC: is this necessary? */ if (bp->b_vp) brelvp(bp); 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: |