summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/m68040/fpsp/sgetem.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/m68k/m68040/fpsp/sgetem.S')
-rw-r--r--c/src/lib/libcpu/m68k/m68040/fpsp/sgetem.S12
1 files changed, 6 insertions, 6 deletions
diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/sgetem.S b/c/src/lib/libcpu/m68k/m68040/fpsp/sgetem.S
index d1e8a49c41..514a433bb9 100644
--- a/c/src/lib/libcpu/m68k/m68040/fpsp/sgetem.S
+++ b/c/src/lib/libcpu/m68k/m68040/fpsp/sgetem.S
@@ -3,14 +3,14 @@
//
// sgetem.sa 3.1 12/10/90
//
-// The entry point sGETEXP returns the exponent portion
+// The entry point sGETEXP returns the exponent portion
// of the input argument. The exponent bias is removed
-// and the exponent value is returned as an extended
+// and the exponent value is returned as an extended
// precision number in fp0. sGETEXPD handles denormalized
// numbers.
//
-// The entry point sGETMAN extracts the mantissa of the
-// input argument. The mantissa is converted to an
+// The entry point sGETMAN extracts the mantissa of the
+// input argument. The mantissa is converted to an
// extended precision number and returned in fp0. The
// range of the result is [1.0 - 2.0).
//
@@ -26,8 +26,8 @@
// Copyright (C) Motorola, Inc. 1990
// All Rights Reserved
//
-// THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
-// The copyright notice above does not evidence any
+// THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+// The copyright notice above does not evidence any
// actual or intended publication of such source code.
//SGETEM idnt 2,1 | Motorola 040 Floating Point Software Package