diff options
-rw-r--r-- | lib/libevent/buffer.c | 4 | ||||
-rw-r--r-- | libexec/ftpd/ftpd.c | 6 | ||||
-rw-r--r-- | sys/arch/mvme68k/dev/vsreg.h | 6 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/vsreg.h | 6 | ||||
-rw-r--r-- | sys/dev/ic/aic79xx.h | 4 | ||||
-rw-r--r-- | sys/dev/isa/fd.c | 6 | ||||
-rw-r--r-- | sys/dev/midi.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/if_atu.c | 4 | ||||
-rw-r--r-- | sys/kern/kern_physio.c | 4 |
9 files changed, 22 insertions, 22 deletions
diff --git a/lib/libevent/buffer.c b/lib/libevent/buffer.c index a258b369d68..4a1ac9f7a29 100644 --- a/lib/libevent/buffer.c +++ b/lib/libevent/buffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: buffer.c,v 1.11 2006/11/26 15:25:14 brad Exp $ */ +/* $OpenBSD: buffer.c,v 1.12 2006/12/21 02:28:47 krw Exp $ */ /* * Copyright (c) 2002, 2003 Niels Provos <provos@citi.umich.edu> @@ -108,7 +108,7 @@ evbuffer_add_buffer(struct evbuffer *outbuf, struct evbuffer *inbuf) /* * Optimization comes with a price; we need to notify the * buffer if necessary of the changes. oldoff is the amount - * of data that we tranfered from inbuf to outbuf + * of data that we transferred from inbuf to outbuf */ if (inbuf->off != oldoff && inbuf->cb != NULL) (*inbuf->cb)(inbuf, oldoff, inbuf->off, inbuf->cbarg); diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 3b3f967ed61..5fe5fababc1 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftpd.c,v 1.173 2006/10/18 21:46:09 millert Exp $ */ +/* $OpenBSD: ftpd.c,v 1.174 2006/12/21 02:28:47 krw Exp $ */ /* $NetBSD: ftpd.c,v 1.15 1995/06/03 22:46:47 mycroft Exp $ */ /* @@ -70,7 +70,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)ftpd.c 8.4 (Berkeley) 4/16/94"; #else static const char rcsid[] = - "$OpenBSD: ftpd.c,v 1.173 2006/10/18 21:46:09 millert Exp $"; + "$OpenBSD: ftpd.c,v 1.174 2006/12/21 02:28:47 krw Exp $"; #endif #endif /* not lint */ @@ -1526,7 +1526,7 @@ dataconn(char *name, off_t size, char *mode) } /* - * Tranfer the contents of "instr" to "outstr" peer using the appropriate + * Transfer the contents of "instr" to "outstr" peer using the appropriate * encapsulation of the data subject to Mode, Structure, and Type. * * NB: Form isn't handled. diff --git a/sys/arch/mvme68k/dev/vsreg.h b/sys/arch/mvme68k/dev/vsreg.h index 42a2253ebbb..cb73ae62035 100644 --- a/sys/arch/mvme68k/dev/vsreg.h +++ b/sys/arch/mvme68k/dev/vsreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vsreg.h,v 1.6 2005/12/17 07:31:26 miod Exp $ */ +/* $OpenBSD: vsreg.h,v 1.7 2006/12/21 02:28:47 krw Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1990 The Regents of the University of California. @@ -652,8 +652,8 @@ typedef struct ipsg * Transfer types */ -#define TT_NORMAL 0 /* Normal Mode Tranfers */ -#define TT_BLOCK 1 /* block Mode Tranfers */ +#define TT_NORMAL 0 /* Normal Mode Transfers */ +#define TT_BLOCK 1 /* block Mode Transfers */ #define TT_DISABLE_INC_ADDR 2 /* Disable Incrementing Addresses */ #define TT_D64 3 /* D64 Mode Transfers */ diff --git a/sys/arch/mvme88k/dev/vsreg.h b/sys/arch/mvme88k/dev/vsreg.h index 96f2f4e69cc..d0ac33613e5 100644 --- a/sys/arch/mvme88k/dev/vsreg.h +++ b/sys/arch/mvme88k/dev/vsreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vsreg.h,v 1.13 2004/09/06 06:25:28 miod Exp $ */ +/* $OpenBSD: vsreg.h,v 1.14 2006/12/21 02:28:47 krw Exp $ */ /* * Copyright (c) 2004, Miodrag Vallat. * Copyright (c) 1999 Steve Murphree, Jr. @@ -358,8 +358,8 @@ * Transfer types */ -#define TT_NORMAL 0 /* normal mode tranfers */ -#define TT_BLOCK 1 /* block mode tranfers */ +#define TT_NORMAL 0 /* normal mode transfers */ +#define TT_BLOCK 1 /* block mode transfers */ #define TT_DISABLE_INC_ADDR 2 /* disable incrementing addresses */ #define TT_D64 3 /* D64 mode transfers */ 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]; 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. */ |