summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-16 01:35:25 +0000
committerkris <kris@FreeBSD.org>2006-01-16 01:35:25 +0000
commit14241840f7dce244dc3ab0ba262eb95ffe3c432c (patch)
tree7c355d58047d2c79246890522226f53d75018a36
parent37f178c9c1baf0f55b1e1011cc41e0d9b4150659 (diff)
downloadFreeBSD-src-14241840f7dce244dc3ab0ba262eb95ffe3c432c.zip
FreeBSD-src-14241840f7dce244dc3ab0ba262eb95ffe3c432c.tar.gz
Correct typos (s/OFERFLOW/OVERFLOW/).
Reviewed by: jhb
-rw-r--r--sys/sparc64/include/trap.h2
-rw-r--r--sys/sparc64/include/utrap.h2
-rw-r--r--sys/sparc64/sparc64/exception.S4
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/sparc64/include/trap.h b/sys/sparc64/include/trap.h
index 28929f4..e4adc78 100644
--- a/sys/sparc64/include/trap.h
+++ b/sys/sparc64/include/trap.h
@@ -41,7 +41,7 @@
#define T_FP_DISABLED 7
#define T_FP_EXCEPTION_IEEE_754 8
#define T_FP_EXCEPTION_OTHER 9
-#define T_TAG_OFERFLOW 10
+#define T_TAG_OVERFLOW 10
#define T_DIVISION_BY_ZERO 11
#define T_DATA_EXCEPTION 12
#define T_DATA_ERROR 13
diff --git a/sys/sparc64/include/utrap.h b/sys/sparc64/include/utrap.h
index 38a40b0..c8fa743 100644
--- a/sys/sparc64/include/utrap.h
+++ b/sys/sparc64/include/utrap.h
@@ -38,7 +38,7 @@
#define UT_FP_DISABLED 7
#define UT_FP_EXCEPTION_IEEE_754 8
#define UT_FP_EXCEPTION_OTHER 9
-#define UT_TAG_OFERFLOW 10
+#define UT_TAG_OVERFLOW 10
#define UT_DIVISION_BY_ZERO 11
#define UT_DATA_EXCEPTION 12
#define UT_DATA_ERROR 13
diff --git a/sys/sparc64/sparc64/exception.S b/sys/sparc64/sparc64/exception.S
index 8b86552..d3fcdb8 100644
--- a/sys/sparc64/sparc64/exception.S
+++ b/sys/sparc64/sparc64/exception.S
@@ -1841,7 +1841,7 @@ tl0_fp_ieee:
tl0_fp_other:
tl0_gen T_FP_EXCEPTION_OTHER ! 0x22
tl0_tag_ovflw:
- tl0_gen T_TAG_OFERFLOW ! 0x23
+ tl0_gen T_TAG_OVERFLOW ! 0x23
tl0_clean_window:
clean_window ! 0x24
tl0_divide:
@@ -1946,7 +1946,7 @@ tl1_fp_ieee:
tl1_fp_other:
tl1_gen T_FP_EXCEPTION_OTHER ! 0x222
tl1_tag_ovflw:
- tl1_gen T_TAG_OFERFLOW ! 0x223
+ tl1_gen T_TAG_OVERFLOW ! 0x223
tl1_clean_window:
clean_window ! 0x224
tl1_divide:
OpenPOWER on IntegriCloud