summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/fpe/fpu_int.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/m68k/fpe/fpu_int.c')
-rw-r--r--sys/arch/m68k/fpe/fpu_int.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m68k/fpe/fpu_int.c b/sys/arch/m68k/fpe/fpu_int.c
index 88a1534ebc0..42fe85c05cf 100644
--- a/sys/arch/m68k/fpe/fpu_int.c
+++ b/sys/arch/m68k/fpe/fpu_int.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fpu_int.c,v 1.4 2006/06/11 20:43:28 miod Exp $ */
+/* $OpenBSD: fpu_int.c,v 1.5 2010/05/10 02:00:50 krw Exp $ */
/* $NetBSD: fpu_int.c,v 1.6 2003/07/15 02:43:10 lukem Exp $ */
/*
@@ -84,7 +84,7 @@ fpu_int(fe)
if (x->fp_class != FPC_NUM) {
return x;
}
- /* even if we have exponent == -1, we still have possiblity
+ /* even if we have exponent == -1, we still have possibility
that the result >= 1.0 when mantissa ~= 1.0 and rounded up */
if (x->fp_exp < -1) {
x->fp_class = FPC_ZERO;