diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-03 16:37:26 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-03 16:37:26 +0000 |
| commit | 68215e49a61b9179c353b5edd9b5796b04acdba0 (patch) | |
| tree | 28111445709b1e369e559db59f8c46cf5b81a203 /gcc/floatlib.c | |
| parent | 489ae1b6ce3a4da007b9b313a477ac4105dccab1 (diff) | |
| download | ppe42-gcc-68215e49a61b9179c353b5edd9b5796b04acdba0.tar.gz ppe42-gcc-68215e49a61b9179c353b5edd9b5796b04acdba0.zip | |
dummy commit before merge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18980 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/floatlib.c')
| -rw-r--r-- | gcc/floatlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/floatlib.c b/gcc/floatlib.c index bdcdf57ddd0..55e1d4f6512 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 */ |

