diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-20 17:02:33 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-20 17:02:33 +0000 |
commit | 1090c37a2abb53f452afc18664a076f51e6f21b6 (patch) | |
tree | f584f4c3c851ada9b1836a869092f7a5f03c2514 /sys/arch/m68k/fpsp/res_func.sa | |
parent | 6f37323ba7b6bb6a6b9ec40c4c94eb3706bb16a7 (diff) |
occured->occurred
idea from deraadt@ via NetBSD
millert@ ok
Diffstat (limited to 'sys/arch/m68k/fpsp/res_func.sa')
-rw-r--r-- | sys/arch/m68k/fpsp/res_func.sa | 4 |
1 files changed, 2 insertions, 2 deletions
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 |