diff options
Diffstat (limited to 'sys/arch/m68k/fpsp')
-rw-r--r-- | sys/arch/m68k/fpsp/bindec.sa | 6 | ||||
-rw-r--r-- | sys/arch/m68k/fpsp/decbin.sa | 4 | ||||
-rw-r--r-- | sys/arch/m68k/fpsp/netbsd.sa | 4 | ||||
-rw-r--r-- | sys/arch/m68k/fpsp/res_func.sa | 4 | ||||
-rw-r--r-- | sys/arch/m68k/fpsp/skeleton.sa | 4 | ||||
-rw-r--r-- | sys/arch/m68k/fpsp/x_operr.sa | 4 | ||||
-rw-r--r-- | sys/arch/m68k/fpsp/x_ovfl.sa | 4 | ||||
-rw-r--r-- | sys/arch/m68k/fpsp/x_snan.sa | 4 | ||||
-rw-r--r-- | sys/arch/m68k/fpsp/x_unfl.sa | 4 |
9 files changed, 19 insertions, 19 deletions
diff --git a/sys/arch/m68k/fpsp/bindec.sa b/sys/arch/m68k/fpsp/bindec.sa index e38a8766c1d..7ef5cb0788a 100644 --- a/sys/arch/m68k/fpsp/bindec.sa +++ b/sys/arch/m68k/fpsp/bindec.sa @@ -1,4 +1,4 @@ -* $OpenBSD: bindec.sa,v 1.2 1996/05/29 21:05:24 niklas Exp $ +* $OpenBSD: bindec.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: bindec.sa,v 1.3 1994/10/26 07:48:51 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -103,7 +103,7 @@ * in INEX2. * * A10. Or in INEX. -* If INEX is set, round error occured. This is +* If INEX is set, round error occurred. This is * compensated for by 'or-ing' in the INEX2 flag to * the lsb of Y. * @@ -545,7 +545,7 @@ A9_con: * A10. Or in INEX. -* If INEX is set, round error occured. This is compensated +* If INEX is set, round error occurred. This is compensated * for by 'or-ing' in the INEX2 flag to the lsb of Y. * * Register usage: diff --git a/sys/arch/m68k/fpsp/decbin.sa b/sys/arch/m68k/fpsp/decbin.sa index a091b708b65..cbd32d764e2 100644 --- a/sys/arch/m68k/fpsp/decbin.sa +++ b/sys/arch/m68k/fpsp/decbin.sa @@ -1,4 +1,4 @@ -* $OpenBSD: decbin.sa,v 1.2 1996/05/29 21:05:27 niklas Exp $ +* $OpenBSD: decbin.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: decbin.sa,v 1.2 1994/10/26 07:48:59 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -96,7 +96,7 @@ * in an inex2 exception. If so, set inex1 in the fpsr and * check if the inex1 exception is enabled. If so, set d7 upper * word to $0100. This will signal unimp.sa that an enabled inex1 -* exception occured. Unimp will fix the stack. +* exception occurred. Unimp will fix the stack. * DECBIN IDNT 2,1 Motorola 040 Floating Point Software Package diff --git a/sys/arch/m68k/fpsp/netbsd.sa b/sys/arch/m68k/fpsp/netbsd.sa index 6fa7c6b7d5d..933bc0fff30 100644 --- a/sys/arch/m68k/fpsp/netbsd.sa +++ b/sys/arch/m68k/fpsp/netbsd.sa @@ -1,4 +1,4 @@ -* $OpenBSD: netbsd.sa,v 1.3 1997/07/06 07:46:21 downsj Exp $ +* $OpenBSD: netbsd.sa,v 1.4 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: netbsd.sa,v 1.3 1997/04/25 02:26:04 thorpej Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -107,7 +107,7 @@ real_dz: * necessary for E1 exceptions. * * Code following the 'inex' label is to handle bug #1232. In this -* bug, if an E1 snan, ovfl, or unfl occured, and the process was +* bug, if an E1 snan, ovfl, or unfl occurred, and the process was * swapped out before taking the exception, the exception taken on * return was inex, rather than the correct exception. The snan, ovfl, * and unfl exception to be taken must not have been enabled. The diff --git a/sys/arch/m68k/fpsp/res_func.sa b/sys/arch/m68k/fpsp/res_func.sa index e95ebb7e183..59def49ba9e 100644 --- a/sys/arch/m68k/fpsp/res_func.sa +++ b/sys/arch/m68k/fpsp/res_func.sa @@ -1,4 +1,4 @@ -* $OpenBSD: res_func.sa,v 1.2 1996/05/29 21:05:32 niklas Exp $ +* $OpenBSD: res_func.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: res_func.sa,v 1.3 1994/10/26 07:49:22 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -325,7 +325,7 @@ cu_nuninx: bne.b cu_nunzro * * The mantissa is zero from the denorm loop. Check sign and rmode -* to see if rounding should have occured which would leave the lsb. +* to see if rounding should have occurred which would leave the lsb. * move.l USER_FPCR(a6),d0 andi.l #$30,d0 ;isolate rmode diff --git a/sys/arch/m68k/fpsp/skeleton.sa b/sys/arch/m68k/fpsp/skeleton.sa index f1c9b6de869..322830b05de 100644 --- a/sys/arch/m68k/fpsp/skeleton.sa +++ b/sys/arch/m68k/fpsp/skeleton.sa @@ -1,4 +1,4 @@ -* $OpenBSD: skeleton.sa,v 1.2 1996/05/29 21:05:39 niklas Exp $ +* $OpenBSD: skeleton.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: skeleton.sa,v 1.3 1994/10/26 07:49:50 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -110,7 +110,7 @@ real_dz: * necessary for E1 exceptions. * * Code following the 'inex' label is to handle bug #1232. In this -* bug, if an E1 snan, ovfl, or unfl occured, and the process was +* bug, if an E1 snan, ovfl, or unfl occurred, and the process was * swapped out before taking the exception, the exception taken on * return was inex, rather than the correct exception. The snan, ovfl, * and unfl exception to be taken must not have been enabled. The diff --git a/sys/arch/m68k/fpsp/x_operr.sa b/sys/arch/m68k/fpsp/x_operr.sa index dec7e636576..f1d6cc0072f 100644 --- a/sys/arch/m68k/fpsp/x_operr.sa +++ b/sys/arch/m68k/fpsp/x_operr.sa @@ -1,4 +1,4 @@ -* $OpenBSD: x_operr.sa,v 1.2 1996/05/29 21:05:47 niklas Exp $ +* $OpenBSD: x_operr.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: x_operr.sa,v 1.4 1994/10/26 07:50:24 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -347,7 +347,7 @@ not_enabled: * * It is possible to have either inex2 or inex1 exceptions with the * operr. If the inex enable bit is set in the FPCR, and either -* inex2 or inex1 occured, we must clean up and branch to the +* inex2 or inex1 occurred, we must clean up and branch to the * real inex handler. * ck_inex: diff --git a/sys/arch/m68k/fpsp/x_ovfl.sa b/sys/arch/m68k/fpsp/x_ovfl.sa index ef8cd31889f..a58eda43d9b 100644 --- a/sys/arch/m68k/fpsp/x_ovfl.sa +++ b/sys/arch/m68k/fpsp/x_ovfl.sa @@ -1,4 +1,4 @@ -* $OpenBSD: x_ovfl.sa,v 1.2 1996/05/29 21:05:48 niklas Exp $ +* $OpenBSD: x_ovfl.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: x_ovfl.sa,v 1.2 1994/10/26 07:50:26 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -117,7 +117,7 @@ no_e3_1: * * It is possible to have either inex2 or inex1 exceptions with the * ovfl. If the inex enable bit is set in the FPCR, and either -* inex2 or inex1 occured, we must clean up and branch to the +* inex2 or inex1 occurred, we must clean up and branch to the * real inex handler. * ck_inex: diff --git a/sys/arch/m68k/fpsp/x_snan.sa b/sys/arch/m68k/fpsp/x_snan.sa index fd0962100fb..668580723ce 100644 --- a/sys/arch/m68k/fpsp/x_snan.sa +++ b/sys/arch/m68k/fpsp/x_snan.sa @@ -1,4 +1,4 @@ -* $OpenBSD: x_snan.sa,v 1.2 1996/05/29 21:05:48 niklas Exp $ +* $OpenBSD: x_snan.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: x_snan.sa,v 1.3 1994/10/26 07:50:28 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -83,7 +83,7 @@ fpsp_snan: * * It is possible to have an inex1 exception with the * snan. If the inex enable bit is set in the FPCR, and either -* inex2 or inex1 occured, we must clean up and branch to the +* inex2 or inex1 occurred, we must clean up and branch to the * real inex handler. * ck_inex: diff --git a/sys/arch/m68k/fpsp/x_unfl.sa b/sys/arch/m68k/fpsp/x_unfl.sa index 9ed3f16fb64..62d50982ced 100644 --- a/sys/arch/m68k/fpsp/x_unfl.sa +++ b/sys/arch/m68k/fpsp/x_unfl.sa @@ -1,4 +1,4 @@ -* $OpenBSD: x_unfl.sa,v 1.2 1996/05/29 21:05:49 niklas Exp $ +* $OpenBSD: x_unfl.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: x_unfl.sa,v 1.3 1994/10/26 07:50:30 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -106,7 +106,7 @@ no_e3_1: * * It is possible to have either inex2 or inex1 exceptions with the * unfl. If the inex enable bit is set in the FPCR, and either -* inex2 or inex1 occured, we must clean up and branch to the +* inex2 or inex1 occurred, we must clean up and branch to the * real inex handler. * ck_inex: |