summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/ieeefp.h
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
commitf3dd75a38d66ed54a0f2660b0a27d177fb33f068 (patch)
treed5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/amd64/include/ieeefp.h
parent7b3fa6ae274a3569da985e1b817e786e36f17f44 (diff)
downloadFreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.zip
FreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.tar.gz
Fix a bunch of spelling errors in the comment fields of
a bunch of system include files.
Diffstat (limited to 'sys/amd64/include/ieeefp.h')
-rw-r--r--sys/amd64/include/ieeefp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/include/ieeefp.h b/sys/amd64/include/ieeefp.h
index d36ede3..943bb062 100644
--- a/sys/amd64/include/ieeefp.h
+++ b/sys/amd64/include/ieeefp.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#) ieeefp.h 1.0 (Berkeley) 9/23/93
- * $Id: ieeefp.h,v 1.1 1994/08/04 19:16:37 wollman Exp $
+ * $Id: ieeefp.h,v 1.2 1994/08/05 14:36:04 wollman Exp $
*/
/*
@@ -52,13 +52,13 @@ typedef enum {
} fp_rnd_t;
/*
- * FP precison modes
+ * FP precision modes
*/
typedef enum {
- FP_PS=0, /* 24 bit (single-precsion) */
+ FP_PS=0, /* 24 bit (single-precision) */
FP_PRS, /* reserved */
FP_PD, /* 53 bit (double-precision) */
- FP_PE /* 64 bit (extended-precsion) */
+ FP_PE /* 64 bit (extended-precision) */
} fp_prec_t;
#define fp_except_t int
OpenPOWER on IntegriCloud