diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-15 21:09:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-15 21:09:47 +0000 |
commit | 949697742576e42a42bd5167dde01391c7c64b97 (patch) | |
tree | d4e4d91617e4b4a63b7a16faff4054779b07e7ec /sys/arch/m68k | |
parent | a264dff2442a60964cbf2c4585b92128a2ce3d97 (diff) |
Only two `h' in threshold.
Diffstat (limited to 'sys/arch/m68k')
-rw-r--r-- | sys/arch/m68k/fpsp/round.sa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m68k/fpsp/round.sa b/sys/arch/m68k/fpsp/round.sa index 792fdf5f0ca..f46ad90f2ea 100644 --- a/sys/arch/m68k/fpsp/round.sa +++ b/sys/arch/m68k/fpsp/round.sa @@ -1,4 +1,4 @@ -* $OpenBSD: round.sa,v 1.2 1996/05/29 21:05:33 niklas Exp $ +* $OpenBSD: round.sa,v 1.3 2005/11/15 21:09:45 miod Exp $ * $NetBSD: round.sa,v 1.3 1994/10/26 07:49:24 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -508,7 +508,7 @@ no_inex: rts * -* dnrm_lp --- normalize exponent/mantissa to specified threshhold +* dnrm_lp --- normalize exponent/mantissa to specified threshold * * Input: * a0 points to the operand to be denormalized |