diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-17 08:38:09 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-17 08:38:09 +0000 |
commit | 8d5cd7a4980973beac2803362723b5203aa5d5c4 (patch) | |
tree | 9160b5a8ce6817567305b8c38f02dcde2ca8f9e5 /sys/arch | |
parent | 2af93ac69f23f2cd6b4733d5610b1b15986bb12d (diff) |
arithemtic -> arithmetic
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/m68k/fpe/fpu_arith.h | 6 | ||||
-rw-r--r-- | sys/arch/macppc/dev/z8530reg.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc/dev/z8530reg.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc/fpu/fpu_arith.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/dev/z8530reg.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/fpu/fpu_arith.h | 4 |
6 files changed, 13 insertions, 13 deletions
diff --git a/sys/arch/m68k/fpe/fpu_arith.h b/sys/arch/m68k/fpe/fpu_arith.h index b9bc9e89031..bceb7f25f38 100644 --- a/sys/arch/m68k/fpe/fpu_arith.h +++ b/sys/arch/m68k/fpe/fpu_arith.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_arith.h,v 1.4 2006/01/16 22:08:26 miod Exp $ */ +/* $OpenBSD: fpu_arith.h,v 1.5 2011/09/17 08:38:07 miod Exp $ */ /* $NetBSD: fpu_arith.h,v 1.3 2003/08/07 16:28:10 agc Exp $ */ /* @@ -57,7 +57,7 @@ #ifndef FPE_USE_ASM -/* set up for extended-precision arithemtic */ +/* set up for extended-precision arithmetic */ #define FPU_DECL_CARRY quad_t fpu_carry, fpu_tmp; /* @@ -110,7 +110,7 @@ #else -/* set up for extended-precision arithemtic */ +/* set up for extended-precision arithmetic */ #define FPU_DECL_CARRY int fpu_tmp; /* diff --git a/sys/arch/macppc/dev/z8530reg.h b/sys/arch/macppc/dev/z8530reg.h index 6b5f741f0ab..81dc26dac5c 100644 --- a/sys/arch/macppc/dev/z8530reg.h +++ b/sys/arch/macppc/dev/z8530reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530reg.h,v 1.2 2003/06/02 23:27:49 millert Exp $ */ +/* $OpenBSD: z8530reg.h,v 1.3 2011/09/17 08:38:07 miod Exp $ */ /* $NetBSD: z8530reg.h,v 1.9 1998/07/31 05:08:38 wrstuden Exp $ */ /* @@ -330,7 +330,7 @@ * 2 bps * * rounded down to an integer. This can be computed entirely - * in integer arithemtic as: + * in integer arithmetic as: * * f + bps * ------- - 2 diff --git a/sys/arch/sparc/dev/z8530reg.h b/sys/arch/sparc/dev/z8530reg.h index c2fa29f2116..81dc26dac5c 100644 --- a/sys/arch/sparc/dev/z8530reg.h +++ b/sys/arch/sparc/dev/z8530reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530reg.h,v 1.2 2003/06/02 23:27:54 millert Exp $ */ +/* $OpenBSD: z8530reg.h,v 1.3 2011/09/17 08:38:07 miod Exp $ */ /* $NetBSD: z8530reg.h,v 1.9 1998/07/31 05:08:38 wrstuden Exp $ */ /* @@ -330,7 +330,7 @@ * 2 bps * * rounded down to an integer. This can be computed entirely - * in integer arithemtic as: + * in integer arithmetic as: * * f + bps * ------- - 2 diff --git a/sys/arch/sparc/fpu/fpu_arith.h b/sys/arch/sparc/fpu/fpu_arith.h index 352478d39c5..4b3c5caa295 100644 --- a/sys/arch/sparc/fpu/fpu_arith.h +++ b/sys/arch/sparc/fpu/fpu_arith.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_arith.h,v 1.3 2003/06/02 23:27:54 millert Exp $ */ +/* $OpenBSD: fpu_arith.h,v 1.4 2011/09/17 08:38:07 miod Exp $ */ /* $NetBSD: fpu_arith.h,v 1.2 1994/11/20 20:52:35 deraadt Exp $ */ /* @@ -55,7 +55,7 @@ * for example. */ -/* set up for extended-precision arithemtic */ +/* set up for extended-precision arithmetic */ #define FPU_DECL_CARRY /* diff --git a/sys/arch/sparc64/dev/z8530reg.h b/sys/arch/sparc64/dev/z8530reg.h index f92cc2cc416..8dc43bdc4d5 100644 --- a/sys/arch/sparc64/dev/z8530reg.h +++ b/sys/arch/sparc64/dev/z8530reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530reg.h,v 1.2 2003/06/02 23:27:55 millert Exp $ */ +/* $OpenBSD: z8530reg.h,v 1.3 2011/09/17 08:38:08 miod Exp $ */ /* $NetBSD: z8530reg.h,v 1.9 1998/07/31 05:08:38 wrstuden Exp $ */ /* @@ -330,7 +330,7 @@ * 2 bps * * rounded down to an integer. This can be computed entirely - * in integer arithemtic as: + * in integer arithmetic as: * * f + bps * ------- - 2 diff --git a/sys/arch/sparc64/fpu/fpu_arith.h b/sys/arch/sparc64/fpu/fpu_arith.h index 59589f86710..1555c8089a7 100644 --- a/sys/arch/sparc64/fpu/fpu_arith.h +++ b/sys/arch/sparc64/fpu/fpu_arith.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_arith.h,v 1.2 2003/06/02 23:27:55 millert Exp $ */ +/* $OpenBSD: fpu_arith.h,v 1.3 2011/09/17 08:38:08 miod Exp $ */ /* $NetBSD: fpu_arith.h,v 1.2 1994/11/20 20:52:35 deraadt Exp $ */ /* @@ -55,7 +55,7 @@ * for example. */ -/* set up for extended-precision arithemtic */ +/* set up for extended-precision arithmetic */ #define FPU_DECL_CARRY /* |