diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-05-10 02:00:51 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-05-10 02:00:51 +0000 |
commit | e4dc71b9fd4a33715b07f881315d244cf5790dce (patch) | |
tree | ef3d541f654538fb428589bcde9e9b73c688157d /sys/arch/m68k/fpe | |
parent | 5323f19923d178a32640441002e11d28b3d960df (diff) |
Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->
'possibility', 'optins' -> 'options', 'resposne' -> 'response', 'unecessary' -> 'unnecessary', 'desination' -> 'destination'. Collected from various misc@
and tech@ postings, many by Brad Tilley.
Diffstat (limited to 'sys/arch/m68k/fpe')
-rw-r--r-- | sys/arch/m68k/fpe/fpu_int.c | 4 |
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; |