summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2006-12-21 02:28:47 +0000
committerkrw <krw@openbsd.org>2006-12-21 02:28:47 +0000
commit84d3ec931e5b5b37848c4885633dd69099f911fe (patch)
tree9660937405b53f9ccff6a963e407ad533a95968f /sys/dev
parentFix some comment typos. 'immediatly' -> 'immediately', 'tranfer' -> (diff)
downloadwireguard-openbsd-84d3ec931e5b5b37848c4885633dd69099f911fe.tar.xz
wireguard-openbsd-84d3ec931e5b5b37848c4885633dd69099f911fe.zip
'tranfer' -> 'transfer' in comments.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/aic79xx.h4
-rw-r--r--sys/dev/isa/fd.c6
-rw-r--r--sys/dev/midi.c4
-rw-r--r--sys/dev/usb/if_atu.c4
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/ic/aic79xx.h b/sys/dev/ic/aic79xx.h
index 16121fe926f..28e6d6dac60 100644
--- a/sys/dev/ic/aic79xx.h
+++ b/sys/dev/ic/aic79xx.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: aic79xx.h,v 1.20 2005/12/28 02:43:54 krw Exp $ */
+/* $OpenBSD: aic79xx.h,v 1.21 2006/12/21 02:28:47 krw Exp $ */
/*
* Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom
@@ -511,7 +511,7 @@ struct hardware_scb {
* each S/G element is expired, its datacnt field is checked to see
* if the LAST_SEG flag is set. If so, SG_LIST_NULL is set in the
* residual sg ptr and the transfer is considered complete. If the
- * sequencer determines that there is a residual in the tranfer, or
+ * sequencer determines that there is a residual in the transfer, or
* there is non-zero status, it will set the SG_STATUS_VALID flag in
* sgptr and dma the scb back into host memory. To sumarize:
*
diff --git a/sys/dev/isa/fd.c b/sys/dev/isa/fd.c
index 558ce1137a3..eaaf04a3ceb 100644
--- a/sys/dev/isa/fd.c
+++ b/sys/dev/isa/fd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fd.c,v 1.57 2006/11/29 12:24:17 miod Exp $ */
+/* $OpenBSD: fd.c,v 1.58 2006/12/21 02:28:47 krw Exp $ */
/* $NetBSD: fd.c,v 1.90 1996/05/12 23:12:03 mycroft Exp $ */
/*-
@@ -106,8 +106,8 @@ struct fd_softc {
int sc_bcount; /* byte count left */
int sc_opts; /* user-set options */
int sc_skip; /* bytes already transferred */
- int sc_nblks; /* number of blocks currently tranferring */
- int sc_nbytes; /* number of bytes currently tranferring */
+ int sc_nblks; /* number of blocks currently transferring */
+ int sc_nbytes; /* number of bytes currently transferring */
int sc_drive; /* physical unit number */
int sc_flags;
diff --git a/sys/dev/midi.c b/sys/dev/midi.c
index 35dc9e8bb27..cabc4487fdc 100644
--- a/sys/dev/midi.c
+++ b/sys/dev/midi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: midi.c,v 1.15 2006/11/01 03:37:23 tedu Exp $ */
+/* $OpenBSD: midi.c,v 1.16 2006/12/21 02:28:47 krw Exp $ */
/*
* Copyright (c) 2003, 2004 Alexandre Ratchov
@@ -241,7 +241,7 @@ midi_out_do(struct midi_softc *sc)
* will not be sent immediately and thus will not
* generate interrupt, in this case we can send
* another byte. The flush() method can be called
- * to force the tranfer.
+ * to force the transfer.
*
* EAGAIN means that data cannot be queued or sent;
* because the interface isn't ready. An interrupt
diff --git a/sys/dev/usb/if_atu.c b/sys/dev/usb/if_atu.c
index 269a3d7c288..d9be2e704b3 100644
--- a/sys/dev/usb/if_atu.c
+++ b/sys/dev/usb/if_atu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_atu.c,v 1.77 2006/11/26 17:20:33 jsg Exp $ */
+/* $OpenBSD: if_atu.c,v 1.78 2006/12/21 02:28:47 krw Exp $ */
/*
* Copyright (c) 2003, 2004
* Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved.
@@ -2249,7 +2249,7 @@ atu_watchdog(struct ifnet *ifp)
/*
* TODO:
- * we should change this since we have multiple TX tranfers...
+ * we should change this since we have multiple TX transfers...
*/
for (cnt = 0; cnt < ATU_TX_LIST_CNT; cnt++) {
c = &sc->atu_cdata.atu_tx_chain[cnt];