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/kern_physio.c | |
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/kern_physio.c')
-rw-r--r-- | sys/kern/kern_physio.c | 4 |
1 files changed, 2 insertions, 2 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); |