diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-11-29 09:27:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-11-29 09:27:36 +0000 |
commit | 36b5e219fd88986592e92468b60f222f9c68769a (patch) | |
tree | f11329f78d900d2d95c12b7818d413243aa705ee | |
parent | b41241a44179e201aa45aa46d748473621bd8bc3 (diff) |
Foward; torh@bogus.net
-rw-r--r-- | bin/pax/ar_io.c | 6 | ||||
-rw-r--r-- | lib/libc_r/arch/alpha/uthread_machdep_asm.S | 4 | ||||
-rw-r--r-- | lib/libpthread/arch/alpha/uthread_machdep_asm.S | 4 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/dfadd.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/dfsub.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/sfadd.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/sfsub.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/dc21040reg.h | 4 |
8 files changed, 17 insertions, 17 deletions
diff --git a/bin/pax/ar_io.c b/bin/pax/ar_io.c index 380378a1971..7c631058deb 100644 --- a/bin/pax/ar_io.c +++ b/bin/pax/ar_io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar_io.c,v 1.30 2002/10/18 15:38:11 millert Exp $ */ +/* $OpenBSD: ar_io.c,v 1.31 2002/11/29 09:27:34 deraadt Exp $ */ /* $NetBSD: ar_io.c,v 1.5 1996/03/26 23:54:13 mrg Exp $ */ /*- @@ -42,7 +42,7 @@ #if 0 static const char sccsid[] = "@(#)ar_io.c 8.2 (Berkeley) 4/18/94"; #else -static const char rcsid[] = "$OpenBSD: ar_io.c,v 1.30 2002/10/18 15:38:11 millert Exp $"; +static const char rcsid[] = "$OpenBSD: ar_io.c,v 1.31 2002/11/29 09:27:34 deraadt Exp $"; #endif #endif /* not lint */ @@ -844,7 +844,7 @@ ar_fow(off_t sksz, off_t *skipped) if (lseek(arfd, mpos, SEEK_SET) >= 0) return(0); } - syswarn(1, errno, "Foward positioning operation on archive failed"); + syswarn(1, errno, "Forward positioning operation on archive failed"); lstrval = -1; return(-1); } diff --git a/lib/libc_r/arch/alpha/uthread_machdep_asm.S b/lib/libc_r/arch/alpha/uthread_machdep_asm.S index ce5378d280f..0069eda0041 100644 --- a/lib/libc_r/arch/alpha/uthread_machdep_asm.S +++ b/lib/libc_r/arch/alpha/uthread_machdep_asm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_machdep_asm.S,v 1.2 2002/06/06 15:43:04 art Exp $ */ +/* $OpenBSD: uthread_machdep_asm.S,v 1.3 2002/11/29 09:27:34 deraadt Exp $ */ /* David Leonard, <d@csee.uq.edu.au>. Public domain. */ #include <machine/asm.h> @@ -69,7 +69,7 @@ LEAF(_atomic_lock,1) 0: ldq_l v0, 0(a0) /* read existing lock value */ mov 1, t0 /* locked value to store */ stq_c t0, 0(a0) /* attempt to store, status in t0 */ - beq t0, 1f /* branch foward to optimise prediction */ + beq t0, 1f /* branch forward to optimise prediction */ mb /* sync with other processors */ RET /* return with v0==0 if lock obtained */ 1: br 0b /* loop to try again */ diff --git a/lib/libpthread/arch/alpha/uthread_machdep_asm.S b/lib/libpthread/arch/alpha/uthread_machdep_asm.S index ce5378d280f..0069eda0041 100644 --- a/lib/libpthread/arch/alpha/uthread_machdep_asm.S +++ b/lib/libpthread/arch/alpha/uthread_machdep_asm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_machdep_asm.S,v 1.2 2002/06/06 15:43:04 art Exp $ */ +/* $OpenBSD: uthread_machdep_asm.S,v 1.3 2002/11/29 09:27:34 deraadt Exp $ */ /* David Leonard, <d@csee.uq.edu.au>. Public domain. */ #include <machine/asm.h> @@ -69,7 +69,7 @@ LEAF(_atomic_lock,1) 0: ldq_l v0, 0(a0) /* read existing lock value */ mov 1, t0 /* locked value to store */ stq_c t0, 0(a0) /* attempt to store, status in t0 */ - beq t0, 1f /* branch foward to optimise prediction */ + beq t0, 1f /* branch forward to optimise prediction */ mb /* sync with other processors */ RET /* return with v0==0 if lock obtained */ 1: br 0b /* loop to try again */ diff --git a/sys/arch/hppa/spmath/dfadd.c b/sys/arch/hppa/spmath/dfadd.c index a5d75c88ec4..fa253ef21a3 100644 --- a/sys/arch/hppa/spmath/dfadd.c +++ b/sys/arch/hppa/spmath/dfadd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dfadd.c,v 1.6 2002/09/20 19:26:59 mickey Exp $ */ +/* $OpenBSD: dfadd.c,v 1.7 2002/11/29 09:27:34 deraadt Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -277,7 +277,7 @@ dbl_fadd(leftptr, rightptr, dstptr, status) if(Dbl_iszero_hidden(resultp1)) { /* Handle normalization */ - /* A straight foward algorithm would now shift the result + /* A straight forward algorithm would now shift the result * and extension left until the hidden bit becomes one. Not * all of the extension bits need participate in the shift. * Only the two most significant bits (round and guard) are diff --git a/sys/arch/hppa/spmath/dfsub.c b/sys/arch/hppa/spmath/dfsub.c index 9856cb34472..41120526fbb 100644 --- a/sys/arch/hppa/spmath/dfsub.c +++ b/sys/arch/hppa/spmath/dfsub.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dfsub.c,v 1.6 2002/09/20 19:26:59 mickey Exp $ */ +/* $OpenBSD: dfsub.c,v 1.7 2002/11/29 09:27:34 deraadt Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -279,7 +279,7 @@ dbl_fsub(leftptr, rightptr, dstptr, status) if(Dbl_iszero_hidden(resultp1)) { /* Handle normalization */ - /* A straight foward algorithm would now shift the result + /* A straight forward algorithm would now shift the result * and extension left until the hidden bit becomes one. Not * all of the extension bits need participate in the shift. * Only the two most significant bits (round and guard) are diff --git a/sys/arch/hppa/spmath/sfadd.c b/sys/arch/hppa/spmath/sfadd.c index a55fcdba9bd..5018cc300c7 100644 --- a/sys/arch/hppa/spmath/sfadd.c +++ b/sys/arch/hppa/spmath/sfadd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sfadd.c,v 1.5 2002/05/07 22:19:30 mickey Exp $ */ +/* $OpenBSD: sfadd.c,v 1.6 2002/11/29 09:27:34 deraadt Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -271,7 +271,7 @@ sgl_fadd(leftptr, rightptr, dstptr, status) if(Sgl_iszero_hidden(result)) { /* Handle normalization */ - /* A straight foward algorithm would now shift the result + /* A straight forward algorithm would now shift the result * and extension left until the hidden bit becomes one. Not * all of the extension bits need participate in the shift. * Only the two most significant bits (round and guard) are diff --git a/sys/arch/hppa/spmath/sfsub.c b/sys/arch/hppa/spmath/sfsub.c index 51250672cd1..164950ee1fd 100644 --- a/sys/arch/hppa/spmath/sfsub.c +++ b/sys/arch/hppa/spmath/sfsub.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sfsub.c,v 1.5 2002/05/07 22:19:30 mickey Exp $ */ +/* $OpenBSD: sfsub.c,v 1.6 2002/11/29 09:27:34 deraadt Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -274,7 +274,7 @@ sgl_fsub(leftptr, rightptr, dstptr, status) if(Sgl_iszero_hidden(result)) { /* Handle normalization */ - /* A straight foward algorithm would now shift the result + /* A straight forward algorithm would now shift the result * and extension left until the hidden bit becomes one. Not * all of the extension bits need participate in the shift. * Only the two most significant bits (round and guard) are diff --git a/sys/dev/ic/dc21040reg.h b/sys/dev/ic/dc21040reg.h index 6cbe34aa23a..aa83eb21b3d 100644 --- a/sys/dev/ic/dc21040reg.h +++ b/sys/dev/ic/dc21040reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dc21040reg.h,v 1.10 2002/06/02 22:49:59 deraadt Exp $ */ +/* $OpenBSD: dc21040reg.h,v 1.11 2002/11/29 09:27:35 deraadt Exp $ */ /* $NetBSD: dc21040reg.h,v 1.11 1997/06/08 18:44:02 thorpej Exp $ */ /*- @@ -190,7 +190,7 @@ typedef struct { #define TULIP_CMD_SCRAMBLER 0x01000000L /* (RW) Scrambler Mode (21140) */ #define TULIP_CMD_PCSFUNCTION 0x00800000L /* (RW) PCS Function (21140) */ #define TULIP_CMD_TXTHRSHLDCTL 0x00400000L /* (RW) Transmit Threshold Mode (21140) */ -#define TULIP_CMD_STOREFWD 0x00200000L /* (RW) Store and Foward (21140) */ +#define TULIP_CMD_STOREFWD 0x00200000L /* (RW) Store and Forward (21140) */ #define TULIP_CMD_NOHEARTBEAT 0x00080000L /* (RW) No Heartbeat (21140) */ #define TULIP_CMD_PORTSELECT 0x00040000L /* (RW) Post Select (100Mb) (21140) */ #define TULIP_CMD_ENHCAPTEFFCT 0x00040000L /* (RW) Enhanced Capture Effecty (21041) */ |