From 66a4ad37311bcb31fe1e94d538ada0ad66a782a7 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 22 Apr 2006 16:19:56 +0000 Subject: 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 --- gcc/double-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/double-int.h') diff --git a/gcc/double-int.h b/gcc/double-int.h index c6113f3..f37bcb2 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 -- cgit v1.1