aboutsummaryrefslogtreecommitdiff
path: root/gcc/floatlib.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-04-03 09:37:26 -0700
committerJeff Law <law@gcc.gnu.org>1998-04-03 09:37:26 -0700
commit31031eddacda46a500b2390f52cd4474bcaf84ca (patch)
tree28111445709b1e369e559db59f8c46cf5b81a203 /gcc/floatlib.c
parent732dcb6f2a8254467d15cffc3cebf3467c4d010f (diff)
downloadgcc-31031eddacda46a500b2390f52cd4474bcaf84ca.zip
gcc-31031eddacda46a500b2390f52cd4474bcaf84ca.tar.gz
gcc-31031eddacda46a500b2390f52cd4474bcaf84ca.tar.bz2
dummy commit before merge
From-SVN: r18980
Diffstat (limited to 'gcc/floatlib.c')
-rw-r--r--gcc/floatlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/floatlib.c b/gcc/floatlib.c
index bdcdf57..55e1d4f 100644
--- a/gcc/floatlib.c
+++ b/gcc/floatlib.c
@@ -737,7 +737,7 @@ __divdf3 (double a1, double a2)
if (__dcmp(x1m1,x1m2,x2m1,x2m2) < 0) {
/* if x1's mantissa is less than x2's shift it left one and decrement */
- /* the exponent to accomodate the change in the mantissa */
+ /* the exponent to accommodate the change in the mantissa */
x1m1 <<= 1; /* */
bit_bucket = x1m2 >> 31; /* Shift mantissa left one */