diff options
Diffstat (limited to 'sys/arch/m68k/fpsp/skeleton.sa')
-rw-r--r-- | sys/arch/m68k/fpsp/skeleton.sa | 4 |
1 files changed, 2 insertions, 2 deletions
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 |