diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-05-06 15:09:07 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-05-06 15:09:07 -0600 |
commit | 38e012594edc0e7783e3e6d91960c91469df4164 (patch) | |
tree | e5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/floatlib.c | |
parent | f103890ba552cf55c0aa79d35968db46785a94d0 (diff) | |
download | gcc-38e012594edc0e7783e3e6d91960c91469df4164.zip gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.gz gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.bz2 |
typo typo fixes fixes
From-SVN: r19601
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 55e1d4f..e9e9dea 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 |