diff options
author | 2006-12-21 02:28:47 +0000 | |
---|---|---|
committer | 2006-12-21 02:28:47 +0000 | |
commit | 84d3ec931e5b5b37848c4885633dd69099f911fe (patch) | |
tree | 9660937405b53f9ccff6a963e407ad533a95968f /sys/kern/kern_physio.c | |
parent | Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' -> (diff) | |
download | wireguard-openbsd-84d3ec931e5b5b37848c4885633dd69099f911fe.tar.xz wireguard-openbsd-84d3ec931e5b5b37848c4885633dd69099f911fe.zip |
'tranfer' -> 'transfer' in comments.
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 a6489286910..d2547a66a30 100644 --- a/sys/kern/kern_physio.c +++ b/sys/kern/kern_physio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_physio.c,v 1.26 2006/11/29 12:24:17 miod Exp $ */ +/* $OpenBSD: kern_physio.c,v 1.27 2006/12/21 02:28:47 krw Exp $ */ /* $NetBSD: kern_physio.c,v 1.28 1997/05/19 10:43:28 pk Exp $ */ /*- @@ -137,7 +137,7 @@ physio(void (*strategy)(struct buf *), struct buf *bp, dev_t dev, int flags, bp->b_bcount = iovp->iov_len; /* - * [call minphys to bound the tranfer size] + * [call minphys to bound the transfer size] * and remember the amount of data to transfer, * for later comparison. */ |