diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-04-22 16:19:56 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-04-22 16:19:56 +0000 |
commit | 66a4ad37311bcb31fe1e94d538ada0ad66a782a7 (patch) | |
tree | 0efb3b28172d148956909be1c89236b745c9a980 /gcc/double-int.h | |
parent | 9f9a713e7a5e6f6fdf6062d97f3b578484bba6af (diff) | |
download | gcc-66a4ad37311bcb31fe1e94d538ada0ad66a782a7.tar.gz |
op-common.h, [...]: Fix comment typos.
* config/soft-fp/op-common.h, double-int.h, tree-ssa-dom.c:
Fix comment typos.
* doc/tm.texi: Fix a typo.
From-SVN: r113178
Diffstat (limited to 'gcc/double-int.h')
-rw-r--r-- | gcc/double-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/double-int.h b/gcc/double-int.h index c6113f336a6..f37bcb2f299 100644 --- a/gcc/double-int.h +++ b/gcc/double-int.h @@ -44,7 +44,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA ??? The components of double_int differ in signedness mostly for historical reasons (they replace an older structure used to represent - numbers with precision wigher than HOST_WIDE_INT). It might be less + numbers with precision higher than HOST_WIDE_INT). It might be less confusing to have them both signed or both unsigned. */ typedef struct |