diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
commit | 3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092 (patch) | |
tree | e5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/floatlib.c | |
parent | 0268b6e3fcd2080f0c1d198c1dec0a9f8fcf0eec (diff) | |
download | gcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.tar.gz |
typo typo fixes fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 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 55e1d4f6512..e9e9dea125d 100644 --- a/gcc/floatlib.c +++ b/gcc/floatlib.c @@ -649,7 +649,7 @@ __muldf3 (double a1, double a2) /* - * Compare the the mantissas of two doubles. + * Compare the mantissas of two doubles. * Each mantissa is in two longs. * * return 1 if x1's mantissa is greater than x2's |