diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-25 16:40:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-25 16:40:05 +0000 |
commit | 090a3faf71dd1aa0dc3bc84defc38b7ff3aa3161 (patch) | |
tree | 86d3f30c92a2e4f07f74565a318a64b039c93a51 /sys | |
parent | 83ffcdaf38bb4533511a7ca1727d35d0af1172fb (diff) |
spelling fixes, from Martynas Venckus;
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/amd64/bios.c | 6 | ||||
-rw-r--r-- | sys/arch/hp300/dev/dnkbd.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/i386/bios.c | 6 | ||||
-rw-r--r-- | sys/arch/i386/isa/ahc_isa.c | 4 | ||||
-rw-r--r-- | sys/arch/luna88k/include/board.h | 4 | ||||
-rw-r--r-- | sys/arch/m68k/fpe/README | 4 | ||||
-rw-r--r-- | sys/arch/m68k/fpsp/ssin.sa | 4 | ||||
-rw-r--r-- | sys/arch/m88k/m88k/trap.c | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/dev/ncr5380.c | 4 | ||||
-rw-r--r-- | sys/arch/mips64/include/cpu.h | 4 | ||||
-rw-r--r-- | sys/dev/ic/aic79xx.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/aic7xxx.c | 6 | ||||
-rw-r--r-- | sys/dev/ic/awi.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/i82365.c | 6 | ||||
-rw-r--r-- | sys/dev/ic/tcic2.c | 6 | ||||
-rw-r--r-- | sys/dev/microcode/aic7xxx/aic79xx.reg | 6 | ||||
-rw-r--r-- | sys/dev/raidframe/rf_dagdegrd.c | 4 | ||||
-rw-r--r-- | sys/dev/raidframe/rf_dagdegwr.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/if_atu.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/if_cdcef.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/if_udavreg.h | 4 | ||||
-rw-r--r-- | sys/dev/usb/if_urlreg.h | 4 | ||||
-rw-r--r-- | sys/dev/usb/uhci.c | 4 | ||||
-rw-r--r-- | sys/xfs/xfs_vfsops-common.c | 2 |
24 files changed, 53 insertions, 53 deletions
diff --git a/sys/arch/amd64/amd64/bios.c b/sys/arch/amd64/amd64/bios.c index d685f03e3ba..3a8684c4a67 100644 --- a/sys/arch/amd64/amd64/bios.c +++ b/sys/arch/amd64/amd64/bios.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bios.c,v 1.13 2007/11/03 05:49:17 ckuethe Exp $ */ +/* $OpenBSD: bios.c,v 1.14 2007/11/25 16:40:04 jmc Exp $ */ /* * Copyright (c) 2006 Gordon Willem Klok <gklok@cogeco.ca> * @@ -151,7 +151,7 @@ bios_attach(struct device *parent, struct device *self, void *aux) /* * smbios_find_table() takes a caller supplied smbios struct type and * a pointer to a handle (struct smbtable) returning one if the structure - * is sucessfully located and zero otherwise. Callers should take care + * is successfully located and zero otherwise. Callers should take care * to initialize the cookie field of the smbtable structure to zero before * the first invocation of this function. * Multiple tables of the same type can be located by repeatedly calling @@ -170,7 +170,7 @@ smbios_find_table(u_int8_t type, struct smbtable *st) /* * The cookie field of the smtable structure is used to locate * multiple instances of a table of an arbitrary type. Following the - * sucessful location of a table, the type is encoded as bits 0:7 of + * successful location of a table, the type is encoded as bits 0:7 of * the cookie value, the offset in terms of the number of structures * preceding that referenced by the handle is encoded in bits 15:31. */ diff --git a/sys/arch/hp300/dev/dnkbd.c b/sys/arch/hp300/dev/dnkbd.c index f5931ac1529..9b249078e06 100644 --- a/sys/arch/hp300/dev/dnkbd.c +++ b/sys/arch/hp300/dev/dnkbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dnkbd.c,v 1.15 2007/04/10 22:37:14 miod Exp $ */ +/* $OpenBSD: dnkbd.c,v 1.16 2007/11/25 16:40:04 jmc Exp $ */ /* * Copyright (c) 2005, Miodrag Vallat @@ -556,7 +556,7 @@ dnkbd_input(struct dnkbd_softc *sc, int dat) * Identify the keyboard again. This will switch it to * raw mode again. If this fails, we'll consider the * keyboard as unplugged (to ignore further events until - * a successfull reset). + * a successful reset). */ if (dnkbd_probe(sc) == 0) { /* diff --git a/sys/arch/i386/i386/bios.c b/sys/arch/i386/i386/bios.c index 2d9ae9d4676..fdd85d3b360 100644 --- a/sys/arch/i386/i386/bios.c +++ b/sys/arch/i386/i386/bios.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bios.c,v 1.72 2007/11/15 20:02:33 deraadt Exp $ */ +/* $OpenBSD: bios.c,v 1.73 2007/11/25 16:40:04 jmc Exp $ */ /* * Copyright (c) 1997-2001 Michael Shalayeff @@ -703,7 +703,7 @@ bios_getdiskinfo(dev_t dev) /* * smbios_find_table() takes a caller supplied smbios struct type and * a pointer to a handle (struct smbtable) returning one if the structure - * is sucessfully located and zero otherwise. Callers should take care + * is successfully located and zero otherwise. Callers should take care * to initialize the cookie field of the smbtable structure to zero before * the first invocation of this function. * Multiple tables of the same type can be located by repeatedly calling @@ -722,7 +722,7 @@ smbios_find_table(u_int8_t type, struct smbtable *st) /* * The cookie field of the smtable structure is used to locate * multiple instances of a table of an arbitrary type. Following the - * sucessful location of a table, the type is encoded as bits 0:7 of + * successful location of a table, the type is encoded as bits 0:7 of * the cookie value, the offset in terms of the number of structures * preceding that referenced by the handle is encoded in bits 15:31. */ diff --git a/sys/arch/i386/isa/ahc_isa.c b/sys/arch/i386/isa/ahc_isa.c index 29ec6e7765f..64ebbf2e258 100644 --- a/sys/arch/i386/isa/ahc_isa.c +++ b/sys/arch/i386/isa/ahc_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahc_isa.c,v 1.16 2007/04/10 17:47:54 miod Exp $ */ +/* $OpenBSD: ahc_isa.c,v 1.17 2007/11/25 16:40:04 jmc Exp $ */ /* $NetBSD: ahc_isa.c,v 1.5 1996/10/21 22:27:39 thorpej Exp $ */ /* @@ -379,7 +379,7 @@ ahc_isa_attach(struct device *parent, struct device *self, void *aux) #ifdef DEBUG /* * Tell the user what type of interrupts we're using. - * usefull for debugging irq problems + * useful for debugging irq problems */ printf( "%s: Using %s Interrupts\n", ahc_name(ahc), ahc->pause & IRQMS ? "Level Sensitive" : "Edge Triggered"); diff --git a/sys/arch/luna88k/include/board.h b/sys/arch/luna88k/include/board.h index 3c74c4a8476..fe7289a9364 100644 --- a/sys/arch/luna88k/include/board.h +++ b/sys/arch/luna88k/include/board.h @@ -1,4 +1,4 @@ -/* $OpenBSD: board.h,v 1.8 2007/09/03 00:38:34 krw Exp $ */ +/* $OpenBSD: board.h,v 1.9 2007/11/25 16:40:04 jmc Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -104,7 +104,7 @@ #define INT_ST_MASK1 U(0x65000004) /* interrupt status register CPU 1 */ #define INT_ST_MASK2 U(0x65000008) /* interrupt status register CPU 2 */ #define INT_ST_MASK3 U(0x6500000C) /* interrupt status register CPU 3 */ -#define INT_LEVEL 8 /* # of intrrupt level + 1 */ +#define INT_LEVEL 8 /* # of interrupt level + 1 */ #define INT_SET_LV7 U(0x00000000) /* disable interrupts */ #define INT_SET_LV6 U(0x00000000) /* enable level 7 */ #define INT_SET_LV5 U(0x80000000) /* enable level 7-6 */ diff --git a/sys/arch/m68k/fpe/README b/sys/arch/m68k/fpe/README index 65bf8e300bd..ba738da39e4 100644 --- a/sys/arch/m68k/fpe/README +++ b/sys/arch/m68k/fpe/README @@ -1,4 +1,4 @@ -# $OpenBSD: README,v 1.3 2006/01/16 22:08:26 miod Exp $ +# $OpenBSD: README,v 1.4 2007/11/25 16:40:04 jmc Exp $ * $NetBSD: README,v 1.4 1995/11/05 04:23:00 briggs Exp $ * NetBSD/m68k FPE (floating point emulation) README file * Created Oct/??/95 by kenn@remus.rutgers.edu (Ken Nakata) @@ -116,7 +116,7 @@ type 0 arithmetic instruction follows this prototype: Where fe is a pointer to a struct fpemu in which frame, fpframe, and fetched operands are accessible. That's right, you don't have to -fetch the operands by yourself in your emulation funtion. For +fetch the operands by yourself in your emulation function. For instance, the parts calling FSQRT, FSUB, FADD and FTST look like: switch(word1 & 0x3F) { diff --git a/sys/arch/m68k/fpsp/ssin.sa b/sys/arch/m68k/fpsp/ssin.sa index 582b159fb57..6f14e49bcb6 100644 --- a/sys/arch/m68k/fpsp/ssin.sa +++ b/sys/arch/m68k/fpsp/ssin.sa @@ -1,4 +1,4 @@ -* $OpenBSD: ssin.sa,v 1.3 2003/11/07 10:36:10 miod Exp $ +* $OpenBSD: ssin.sa,v 1.4 2007/11/25 16:40:04 jmc Exp $ * $NetBSD: ssin.sa,v 1.3 1994/10/26 07:50:01 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -42,7 +42,7 @@ * Input: Double-extended number X in location pointed to * by address register a0. * -* Output: The funtion value sin(X) or cos(X) returned in Fp0 if SIN or +* Output: The function value sin(X) or cos(X) returned in Fp0 if SIN or * COS is requested. Otherwise, for SINCOS, sin(X) is returned * in Fp0, and cos(X) is returned in Fp1. * diff --git a/sys/arch/m88k/m88k/trap.c b/sys/arch/m88k/m88k/trap.c index 6217de3db94..53fc0ff8586 100644 --- a/sys/arch/m88k/m88k/trap.c +++ b/sys/arch/m88k/m88k/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.52 2007/11/22 23:31:51 miod Exp $ */ +/* $OpenBSD: trap.c,v 1.53 2007/11/25 16:40:04 jmc Exp $ */ /* * Copyright (c) 2004, Miodrag Vallat. * Copyright (c) 1998 Steve Murphree, Jr. @@ -1578,7 +1578,7 @@ ss_branch_taken(u_int inst, vaddr_t pc, struct reg *regs) default: /* system call */ /* * The regular (pc + 4) breakpoint will match the error - * return. Successfull system calls return at (pc + 8), + * return. Successful system calls return at (pc + 8), * so we'll set up a branch breakpoint there. */ return (pc + 8); diff --git a/sys/arch/mac68k/dev/ncr5380.c b/sys/arch/mac68k/dev/ncr5380.c index 1fd68264e81..56ffdeea54a 100644 --- a/sys/arch/mac68k/dev/ncr5380.c +++ b/sys/arch/mac68k/dev/ncr5380.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr5380.c,v 1.31 2007/04/24 16:48:43 miod Exp $ */ +/* $OpenBSD: ncr5380.c,v 1.32 2007/11/25 16:40:03 jmc Exp $ */ /* $NetBSD: ncr5380.c,v 1.38 1996/12/19 21:48:18 scottr Exp $ */ /* @@ -607,7 +607,7 @@ main_exit: * This interrupt can only be triggered when running in non-polled DMA * mode. When DMA is not active, it will be silently ignored, it is usually * too late because the EOP interrupt of the controller happens just a tiny - * bit earlier. It might become usefull when scatter/gather is implemented, + * bit earlier. It might become useful when scatter/gather is implemented, * because in that case only part of the DATAIN/DATAOUT transfer is taken * out of a single buffer. */ diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h index 7fbcc814a9f..8683a2b93ae 100644 --- a/sys/arch/mips64/include/cpu.h +++ b/sys/arch/mips64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.20 2007/07/18 20:03:50 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.21 2007/11/25 16:40:04 jmc Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -434,7 +434,7 @@ extern int want_resched; /* resched() was called */ #define MIPS_VR5400 0x54 /* NEC Vr5400 CPU ISA IV+ */ /* - * MIPS FPU types. Only soft, rest is teh same as cpu type. + * MIPS FPU types. Only soft, rest is the same as cpu type. */ #define MIPS_SOFT 0x00 /* Software emulation ISA I */ diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c index a36164e7b76..48b55fc34a1 100644 --- a/sys/dev/ic/aic79xx.c +++ b/sys/dev/ic/aic79xx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.c,v 1.41 2007/10/20 22:44:00 fgsch Exp $ */ +/* $OpenBSD: aic79xx.c,v 1.42 2007/11/25 16:40:04 jmc Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -1633,7 +1633,7 @@ ahd_handle_scsiint(struct ahd_softc *ahd, u_int intstat) /* * Although the driver does not care about the * 'Selection in Progress' status bit, the busy - * LED does. SELINGO is only cleared by a sucessfull + * LED does. SELINGO is only cleared by a successfull * selection, so we must manually clear it to insure * the LED turns off just incase no future successful * selections occur (e.g. no devices on the bus). diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c index a6390248bd5..89e94e3bdfd 100644 --- a/sys/dev/ic/aic7xxx.c +++ b/sys/dev/ic/aic7xxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx.c,v 1.78 2007/10/20 22:44:00 fgsch Exp $ */ +/* $OpenBSD: aic7xxx.c,v 1.79 2007/11/25 16:40:04 jmc Exp $ */ /* $NetBSD: aic7xxx.c,v 1.108 2003/11/02 11:07:44 wiz Exp $ */ /* @@ -40,7 +40,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: aic7xxx.c,v 1.78 2007/10/20 22:44:00 fgsch Exp $ + * $Id: aic7xxx.c,v 1.79 2007/11/25 16:40:04 jmc Exp $ */ /* * Ported from FreeBSD by Pascal Renauld, Network Storage Solutions, Inc. - April 2003 @@ -1224,7 +1224,7 @@ ahc_handle_scsiint(struct ahc_softc *ahc, u_int intstat) /* * Although the driver does not care about the * 'Selection in Progress' status bit, the busy - * LED does. SELINGO is only cleared by a sucessfull + * LED does. SELINGO is only cleared by a successfull * selection, so we must manually clear it to insure * the LED turns off just incase no future successful * selections occur (e.g. no devices on the bus). diff --git a/sys/dev/ic/awi.c b/sys/dev/ic/awi.c index 349f58ce1ca..c7c79274253 100644 --- a/sys/dev/ic/awi.c +++ b/sys/dev/ic/awi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: awi.c,v 1.23 2007/02/11 20:29:22 miod Exp $ */ +/* $OpenBSD: awi.c,v 1.24 2007/11/25 16:40:04 jmc Exp $ */ /* $NetBSD: awi.c,v 1.26 2000/07/21 04:48:55 onoe Exp $ */ /*- @@ -1510,7 +1510,7 @@ awi_init_hw(sc) awi_intr_unlock(sc); am79c930_gcr_setbits(&sc->sc_chip, AM79C930_GCR_ENECINT); - /* issueing interface test command */ + /* issuing interface test command */ error = awi_cmd(sc, AWI_CMD_NOP); if (error) { printf("%s: failed to complete selftest", sc->sc_dev.dv_xname); diff --git a/sys/dev/ic/i82365.c b/sys/dev/ic/i82365.c index 5f807b79766..157c5d26523 100644 --- a/sys/dev/ic/i82365.c +++ b/sys/dev/ic/i82365.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i82365.c,v 1.25 2005/11/23 11:39:37 mickey Exp $ */ +/* $OpenBSD: i82365.c,v 1.26 2007/11/25 16:40:04 jmc Exp $ */ /* $NetBSD: i82365.c,v 1.10 1998/06/09 07:36:55 thorpej Exp $ */ /* @@ -717,7 +717,7 @@ pcic_intr_socket(h) if ((statreg & PCIC_IF_STATUS_CARDDETECT_MASK) == PCIC_IF_STATUS_CARDDETECT_PRESENT) { if (h->laststate != PCIC_LASTSTATE_PRESENT) { - DPRINTF(("%s: enqueing INSERTION event\n", + DPRINTF(("%s: enqueuing INSERTION event\n", h->ph_parent->dv_xname)); pcic_queue_event(h, PCIC_EVENT_INSERTION); } @@ -729,7 +729,7 @@ pcic_intr_socket(h) h->ph_parent->dv_xname)); pcic_deactivate_card(h); - DPRINTF(("%s: enqueing REMOVAL event\n", + DPRINTF(("%s: enqueuing REMOVAL event\n", h->ph_parent->dv_xname)); pcic_queue_event(h, PCIC_EVENT_REMOVAL); } diff --git a/sys/dev/ic/tcic2.c b/sys/dev/ic/tcic2.c index 2d5e0aeb53d..67308e1b7fe 100644 --- a/sys/dev/ic/tcic2.c +++ b/sys/dev/ic/tcic2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcic2.c,v 1.7 2005/11/23 11:39:37 mickey Exp $ */ +/* $OpenBSD: tcic2.c,v 1.8 2007/11/25 16:40:04 jmc Exp $ */ /* $NetBSD: tcic2.c,v 1.3 2000/01/13 09:38:17 joda Exp $ */ #undef TCICDEBUG @@ -665,7 +665,7 @@ tcic_intr_socket(h) if (delta & TCIC_SSTAT_CD) { if (sstat & TCIC_SSTAT_CD) { if (!(h->flags & TCIC_FLAG_CARDP)) { - DPRINTF(("%s: enqueing INSERTION event\n", + DPRINTF(("%s: enqueuing INSERTION event\n", h->sc->dev.dv_xname)); tcic_queue_event(h, TCIC_EVENT_INSERTION); } @@ -676,7 +676,7 @@ tcic_intr_socket(h) h->sc->dev.dv_xname)); tcic_deactivate_card(h); - DPRINTF(("%s: enqueing REMOVAL event\n", + DPRINTF(("%s: enqueuing REMOVAL event\n", h->sc->dev.dv_xname)); tcic_queue_event(h, TCIC_EVENT_REMOVAL); } diff --git a/sys/dev/microcode/aic7xxx/aic79xx.reg b/sys/dev/microcode/aic7xxx/aic79xx.reg index 962ec56604b..c0d40205dd7 100644 --- a/sys/dev/microcode/aic7xxx/aic79xx.reg +++ b/sys/dev/microcode/aic7xxx/aic79xx.reg @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.reg,v 1.7 2007/05/26 00:36:03 krw Exp $ */ +/* $OpenBSD: aic79xx.reg,v 1.8 2007/11/25 16:40:04 jmc Exp $ */ /* * Aic79xx register and scratch ram definitions. * @@ -40,7 +40,7 @@ * * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.reg,v 1.18 2004/08/04 17:55:34 gibbs Exp $ */ -VERSION = "$Id: aic79xx.reg,v 1.7 2007/05/26 00:36:03 krw Exp $" +VERSION = "$Id: aic79xx.reg,v 1.8 2007/11/25 16:40:04 jmc Exp $" /* * This file is processed by the aic7xxx_asm utility for use in assembling @@ -3727,7 +3727,7 @@ scratch_ram { /* * The maximum amount of time to wait, when interrupt coalescing - * is enabled, before issueing a CMDCMPLT interrupt for a completed + * is enabled, before issuing a CMDCMPLT interrupt for a completed * command. */ INT_COALESCING_TIMER { diff --git a/sys/dev/raidframe/rf_dagdegrd.c b/sys/dev/raidframe/rf_dagdegrd.c index 8460803cc47..e7a9d0cb056 100644 --- a/sys/dev/raidframe/rf_dagdegrd.c +++ b/sys/dev/raidframe/rf_dagdegrd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rf_dagdegrd.c,v 1.6 2006/07/09 22:10:05 mk Exp $ */ +/* $OpenBSD: rf_dagdegrd.c,v 1.7 2007/11/25 16:40:04 jmc Exp $ */ /* $NetBSD: rf_dagdegrd.c,v 1.5 2000/01/07 03:40:57 oster Exp $ */ /* @@ -1230,7 +1230,7 @@ rf_DoubleDegRead( */ rf_InitNode(recoveryNode, rf_wait, RF_FALSE, recovFunc, rf_NullNodeUndoFunc, NULL, - 1, /* succesors */ + 1, /* successors */ nReadNodes, /* preds */ nReadNodes + 2, /* params */ asmap->numDataFailed, /* results */ diff --git a/sys/dev/raidframe/rf_dagdegwr.c b/sys/dev/raidframe/rf_dagdegwr.c index 0d59dfb60e0..62fe0dd2afd 100644 --- a/sys/dev/raidframe/rf_dagdegwr.c +++ b/sys/dev/raidframe/rf_dagdegwr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rf_dagdegwr.c,v 1.6 2006/07/09 22:10:05 mk Exp $ */ +/* $OpenBSD: rf_dagdegwr.c,v 1.7 2007/11/25 16:40:04 jmc Exp $ */ /* $NetBSD: rf_dagdegwr.c,v 1.5 2000/01/07 03:40:57 oster Exp $ */ /* @@ -843,7 +843,7 @@ rf_DoubleDegSmallWrite(RF_Raid_t *raidPtr, RF_AccessStripeMap_t *asmap, rf_InitNode(recoveryNode, rf_wait, RF_FALSE, recovFunc, rf_NullNodeUndoFunc, NULL, - nWriteNodes, /* succesors */ + nWriteNodes, /* successors */ nReadNodes, /* preds */ nReadNodes + nWudNodes + 3, /* params */ 2 * nPQNodes, /* results */ diff --git a/sys/dev/usb/if_atu.c b/sys/dev/usb/if_atu.c index b595de6dc3a..baeebb207cf 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.89 2007/10/11 18:33:13 deraadt Exp $ */ +/* $OpenBSD: if_atu.c,v 1.90 2007/11/25 16:40:03 jmc Exp $ */ /* * Copyright (c) 2003, 2004 * Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved. @@ -717,7 +717,7 @@ atu_initial_config(struct atu_softc *sc) /* * TODO: * read reg domain MIB_PHY @ 0x17 (1 byte), (reply = 0x30) - * we should do something usefull with this info. right now it's just + * we should do something useful with this info. right now it's just * ignored */ err = atu_get_mib(sc, MIB_PHY__REG_DOMAIN, ®_domain); diff --git a/sys/dev/usb/if_cdcef.c b/sys/dev/usb/if_cdcef.c index 7e53e9a5099..4267d2ec167 100644 --- a/sys/dev/usb/if_cdcef.c +++ b/sys/dev/usb/if_cdcef.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cdcef.c,v 1.19 2007/11/13 01:15:43 dlg Exp $ */ +/* $OpenBSD: if_cdcef.c,v 1.20 2007/11/25 16:40:03 jmc Exp $ */ /* * Copyright (c) 2007 Dale Rahn <drahn@openbsd.org> @@ -157,7 +157,7 @@ cdcef_attach(struct device *parent, struct device *self, void *aux) /* Fill in the fields needed by the parent device. */ sc->sc_dev.methods = &cdcef_methods; - /* timeout to start delayed tranfers */ + /* timeout to start delayed transfers */ timeout_set(&sc->start_to, cdcef_start_timeout, sc); /* diff --git a/sys/dev/usb/if_udavreg.h b/sys/dev/usb/if_udavreg.h index 8d428d6d15e..9b692b67588 100644 --- a/sys/dev/usb/if_udavreg.h +++ b/sys/dev/usb/if_udavreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_udavreg.h,v 1.9 2007/06/10 10:15:35 mbalmer Exp $ */ +/* $OpenBSD: if_udavreg.h,v 1.10 2007/11/25 16:40:03 jmc Exp $ */ /* $NetBSD: if_udavreg.h,v 1.2 2003/09/04 15:17:39 tsutsui Exp $ */ /* $nabe: if_udavreg.h,v 1.2 2003/08/21 16:26:40 nabe Exp $ */ /* @@ -150,7 +150,7 @@ struct udav_cdata { struct udav_chain udav_tx_chain[UDAV_TX_LIST_CNT]; struct udav_chain udav_rx_chain[UDAV_TX_LIST_CNT]; #if 0 - /* XXX: Intrrupt Endpoint is not yet supported! */ + /* XXX: Interrupt Endpoint is not yet supported! */ struct udav_intrpkg udav_ibuf; #endif int udav_tx_prod; diff --git a/sys/dev/usb/if_urlreg.h b/sys/dev/usb/if_urlreg.h index 214900ab015..52c82059a8a 100644 --- a/sys/dev/usb/if_urlreg.h +++ b/sys/dev/usb/if_urlreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urlreg.h,v 1.11 2007/06/10 10:15:35 mbalmer Exp $ */ +/* $OpenBSD: if_urlreg.h,v 1.12 2007/11/25 16:40:03 jmc Exp $ */ /* $NetBSD: if_urlreg.h,v 1.1 2002/03/28 21:09:11 ichiro Exp $ */ /* * Copyright (c) 2001, 2002 @@ -140,7 +140,7 @@ struct url_cdata { struct url_chain url_tx_chain[URL_TX_LIST_CNT]; struct url_chain url_rx_chain[URL_TX_LIST_CNT]; #if 0 - /* XXX: Intrrupt Endpoint is not yet supported! */ + /* XXX: Interrupt Endpoint is not yet supported! */ struct url_intrpkg url_ibuf; #endif int url_tx_prod; diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index fd32f8210a8..faac19826a3 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uhci.c,v 1.63 2007/09/11 13:39:34 gilles Exp $ */ +/* $OpenBSD: uhci.c,v 1.64 2007/11/25 16:40:03 jmc Exp $ */ /* $NetBSD: uhci.c,v 1.172 2003/02/23 04:19:26 simonb Exp $ */ /* $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $ */ @@ -2629,7 +2629,7 @@ uhci_device_intr_done(usbd_xfer_handle xfer) if (xfer->pipe->repeat) { uhci_soft_td_t *data, *dataend; - DPRINTFN(5,("uhci_device_intr_done: requeing\n")); + DPRINTFN(5,("uhci_device_intr_done: requeuing\n")); /* This alloc cannot fail since we freed the chain above. */ uhci_alloc_std_chain(upipe, sc, xfer->length, diff --git a/sys/xfs/xfs_vfsops-common.c b/sys/xfs/xfs_vfsops-common.c index 60c1a669f7d..a1265ec39d0 100644 --- a/sys/xfs/xfs_vfsops-common.c +++ b/sys/xfs/xfs_vfsops-common.c @@ -88,7 +88,7 @@ xfs_mount_common_sys(struct mount *mp, mp->mnt_flag & MNT_DELEXPORT) { NNPFSDEB(XDEBVFOPS, - ("xfs_mount: ignoreing MNT_UPDATE or MNT_DELEXPORT\n")); + ("xfs_mount: ignoring MNT_UPDATE or MNT_DELEXPORT\n")); return 0; } #endif |