diff options
author | David Krause <david@cvs.openbsd.org> | 2003-11-03 06:54:27 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-11-03 06:54:27 +0000 |
commit | e5df97bba2407e5d0768d899f71db99f882da1c1 (patch) | |
tree | 13c7bdabf109c10215f4c6533cbd92d8b521ea19 /sys/arch | |
parent | f081ab357ebcf17065e65f68c161c033ad6ca6b7 (diff) |
spelling fixes (in the comments)
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme68k/dev/sbic.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/dev/sbicdma.c | 6 | ||||
-rw-r--r-- | sys/arch/mvme68k/dev/vs.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/vs.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/eh.S | 12 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/locore.S | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/locore_asm_routines.S | 6 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/m88100_fp.S | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/mvme88k/pmap.c | 6 |
9 files changed, 25 insertions, 25 deletions
diff --git a/sys/arch/mvme68k/dev/sbic.c b/sys/arch/mvme68k/dev/sbic.c index 89615a0d68b..ec350415b07 100644 --- a/sys/arch/mvme68k/dev/sbic.c +++ b/sys/arch/mvme68k/dev/sbic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbic.c,v 1.13 2003/06/02 23:27:50 millert Exp $ */ +/* $OpenBSD: sbic.c,v 1.14 2003/11/03 06:54:25 david Exp $ */ /* $NetBSD: sbic.c,v 1.2 1996/04/23 16:32:54 chuck Exp $ */ /* @@ -1084,7 +1084,7 @@ sbicselectbus(dev) * We only really need to do anything when the target goes to MSG out * If the device ignored ATN, it's probably old and brain-dead, * but we'll try to support it anyhow. - * If it doesn't support message out, it definately doesn't + * If it doesn't support message out, it definitely doesn't * support synchronous transfers, so no point in even asking... */ if ( csr == (SBIC_CSR_MIS_2 | MESG_OUT_PHASE) ) { diff --git a/sys/arch/mvme68k/dev/sbicdma.c b/sys/arch/mvme68k/dev/sbicdma.c index 14151c8d6e5..ea6622acde9 100644 --- a/sys/arch/mvme68k/dev/sbicdma.c +++ b/sys/arch/mvme68k/dev/sbicdma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbicdma.c,v 1.8 2003/06/02 05:09:14 deraadt Exp $ */ +/* $OpenBSD: sbicdma.c,v 1.9 2003/11/03 06:54:25 david Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -187,7 +187,7 @@ sbicdma_dmago(sc, va, count, flags) pcc->pcc_dmabcnt = (PCC_DMABCNT_MAKEFC(FC_USERD)) | (count & PCC_DMABCNT_CNTMASK); - /* make certain interupts are disabled first, and reset */ + /* make certain interrupts are disabled first, and reset */ pcc->pcc_dmairq = sc->sc_dmaih.ih_ipl | PCC_IRQ_IEN | PCC_IRQ_INT; pcc->pcc_sbicirq = sc->sc_ih.ih_ipl | PCC_SBIC_RESETIRQ | PCC_IRQ_IEN; pcc->pcc_dmacsr = 0; @@ -268,6 +268,6 @@ sbicdma_dmafree(sc) struct pccreg *pcc = (struct pccreg *)sc->sc_cregs; printf("sbicdma_dmafree called\n"); - /* make certain interupts are disabled first, reset */ + /* make certain interrupts are disabled first, reset */ pcc->pcc_dmairq = 0; } diff --git a/sys/arch/mvme68k/dev/vs.c b/sys/arch/mvme68k/dev/vs.c index af710fe7532..6f9c70c374c 100644 --- a/sys/arch/mvme68k/dev/vs.c +++ b/sys/arch/mvme68k/dev/vs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vs.c,v 1.10 2003/06/02 23:27:50 millert Exp $ */ +/* $OpenBSD: vs.c,v 1.11 2003/11/03 06:54:25 david Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. @@ -1027,7 +1027,7 @@ vs_build_memory_structure(xs, iopb) LV(iopb->iopb_LENGTH, sg->elements); LV(iopb->iopb_SGTTL, len); } else { - /* no scatter/gather neccessary */ + /* no scatter/gather necessary */ LV(iopb->iopb_BUFF, starting_point_phys); LV(iopb->iopb_LENGTH, len); } diff --git a/sys/arch/mvme88k/dev/vs.c b/sys/arch/mvme88k/dev/vs.c index d8823ba4f4e..b87318ce70e 100644 --- a/sys/arch/mvme88k/dev/vs.c +++ b/sys/arch/mvme88k/dev/vs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vs.c,v 1.20 2003/10/05 20:27:48 miod Exp $ */ +/* $OpenBSD: vs.c,v 1.21 2003/11/03 06:54:26 david Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. @@ -1102,7 +1102,7 @@ vs_build_memory_structure(xs, iopb) LV(iopb->iopb_LENGTH, sg->elements); LV(iopb->iopb_SGTTL, len); } else { - /* no scatter/gather neccessary */ + /* no scatter/gather necessary */ LV(iopb->iopb_BUFF, starting_point_phys); LV(iopb->iopb_LENGTH, len); } diff --git a/sys/arch/mvme88k/mvme88k/eh.S b/sys/arch/mvme88k/mvme88k/eh.S index 9c6c8d0a6df..7d07609c4c5 100644 --- a/sys/arch/mvme88k/mvme88k/eh.S +++ b/sys/arch/mvme88k/mvme88k/eh.S @@ -1,4 +1,4 @@ -/* $OpenBSD: eh.S,v 1.45 2003/10/09 16:30:58 miod Exp $ */ +/* $OpenBSD: eh.S,v 1.46 2003/11/03 06:54:26 david Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -761,7 +761,7 @@ GLOBAL(reset_handler) CALL(_C_LABEL(error_fatal), r30, r30) - /* turn interupts back on */ + /* turn interrupts back on */ ldcr r1, PSR clr r1, r1, 1<PSR_INTERRUPT_DISABLE_BIT> stcr r1, PSR @@ -1683,7 +1683,7 @@ ASLOCAL(fpu_enable) bb1.n eq, r3, 8f #endif - /* turn interupts back on */ + /* turn interrupts back on */ ldcr r2, PSR clr r2, r2, 1<PSR_INTERRUPT_DISABLE_BIT> stcr r2, PSR @@ -1759,7 +1759,7 @@ ENTRY(proc_do_uret) * We load it into r14 since it is preserved across function * calls, and we may have to call some routines from within here. * - * Control is transfered here from obvious places in this file. + * Control is transferred here from obvious places in this file. */ #ifdef M88100 @@ -2303,7 +2303,7 @@ GLOBAL(m88110_reset_handler) CALL(_C_LABEL(error_fatal), r30, r30) - /* turn interupts back on */ + /* turn interrupts back on */ ldcr r1, PSR clr r1, r1, 1<PSR_INTERRUPT_DISABLE_BIT> stcr r1, PSR @@ -2718,7 +2718,7 @@ ASLOCAL(m88110_fpu_enable) bb1.n eq, r3, 8f #endif - /* turn interupts back on */ + /* turn interrupts back on */ ldcr r2, PSR clr r2, r2, 1<PSR_INTERRUPT_DISABLE_BIT> stcr r2, PSR diff --git a/sys/arch/mvme88k/mvme88k/locore.S b/sys/arch/mvme88k/mvme88k/locore.S index 6d672d01135..d348671d4d8 100644 --- a/sys/arch/mvme88k/mvme88k/locore.S +++ b/sys/arch/mvme88k/mvme88k/locore.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.S,v 1.33 2003/10/15 17:48:36 miod Exp $ */ +/* $OpenBSD: locore.S,v 1.34 2003/11/03 06:54:26 david Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -193,7 +193,7 @@ GLOBAL(start_text) * shadow registers frozen * * The manual says not to disable interrupts and freeze shadowing - * at the same time because interupts are not actually disabled + * at the same time because interrupts are not actually disabled * until after the next instruction. Well, if an interrupt * occurs now, we're in deep anyway, so I'm going to do * the two together. diff --git a/sys/arch/mvme88k/mvme88k/locore_asm_routines.S b/sys/arch/mvme88k/mvme88k/locore_asm_routines.S index 6711ce946ca..17c10b5e2d4 100644 --- a/sys/arch/mvme88k/mvme88k/locore_asm_routines.S +++ b/sys/arch/mvme88k/mvme88k/locore_asm_routines.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore_asm_routines.S,v 1.25 2003/10/27 10:43:44 miod Exp $ */ +/* $OpenBSD: locore_asm_routines.S,v 1.26 2003/11/03 06:54:26 david Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1992 Carnegie Mellon University @@ -209,7 +209,7 @@ ENTRY(copyin) cmp r9, LEN, 8 bb1 lt, r9, _ASM_LABEL(copyin_byte_only) - /* If they're not aligned similiarly, use byte only... */ + /* If they're not aligned similarly, use byte only... */ xor r9, SRC, DEST mask r8, r9, 0x3 bcnd ne0, r8, _ASM_LABEL(copyin_byte_only) @@ -473,7 +473,7 @@ ENTRY(copyout) cmp r9, LEN, 8 bb1 lt, r9, _ASM_LABEL(copyout_byte_only) - /* If they're not aligned similiarly, use byte only... */ + /* If they're not aligned similarly, use byte only... */ xor r9, SRC, DEST mask r8, r9, 0x3 bcnd ne0, r8, _ASM_LABEL(copyout_byte_only) diff --git a/sys/arch/mvme88k/mvme88k/m88100_fp.S b/sys/arch/mvme88k/mvme88k/m88100_fp.S index dfaf5c20a94..01c2c98b04a 100644 --- a/sys/arch/mvme88k/mvme88k/m88100_fp.S +++ b/sys/arch/mvme88k/mvme88k/m88100_fp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: m88100_fp.S,v 1.17 2003/08/11 20:45:17 miod Exp $ */ +/* $OpenBSD: m88100_fp.S,v 1.18 2003/11/03 06:54:26 david Exp $ */ /* * Mach Operating System * Copyright (c) 1991 Carnegie Mellon University @@ -1369,7 +1369,7 @@ signed: bb0 modelo,r10,OFnegative /* rounding mode is round negative */ /* In the round toward nearest mode, positive values are rounded to */ -/* postive infinity and negative values are loaded toward negative infinity. */ +/* positive infinity and negative values are loaded toward negative infinity. */ /* The value for single or double precision is loaded from a data table. */ OFnearest: diff --git a/sys/arch/mvme88k/mvme88k/pmap.c b/sys/arch/mvme88k/mvme88k/pmap.c index 7c9c72c2aa3..747758c107d 100644 --- a/sys/arch/mvme88k/mvme88k/pmap.c +++ b/sys/arch/mvme88k/mvme88k/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.91 2003/10/28 21:43:44 miod Exp $ */ +/* $OpenBSD: pmap.c,v 1.92 2003/11/03 06:54:26 david Exp $ */ /* * Copyright (c) 2001, 2002, 2003 Miodrag Vallat * Copyright (c) 1998-2001 Steve Murphree, Jr. @@ -590,7 +590,7 @@ pmap_map(vaddr_t virt, paddr_t start, paddr_t end, vm_prot_t prot, u_int cmode) * * This routine sequences through the pages of the specified range. * For each, it calls pmap_pte to acquire a pointer to the page table - * entry (PTE). If the PTE is invalid, or non-existant, nothing is done. + * entry (PTE). If the PTE is invalid, or non-existent, nothing is done. * Otherwise, the cache-control bits in the PTE's are adjusted as specified. * */ @@ -1705,7 +1705,7 @@ next: * * This routine sequences through the pages of the specified range. * For each, it calls pmap_pte to acquire a pointer to the page table - * entry (PTE). If the PTE is invalid, or non-existant, nothing is done. + * entry (PTE). If the PTE is invalid, or non-existent, nothing is done. * Otherwise, the PTE's protection attributes are adjusted as specified. */ void |