aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-04-22 16:19:56 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-04-22 16:19:56 +0000
commit66a4ad37311bcb31fe1e94d538ada0ad66a782a7 (patch)
tree0efb3b28172d148956909be1c89236b745c9a980 /gcc/doc
parent9f9a713e7a5e6f6fdf6062d97f3b578484bba6af (diff)
downloadgcc-66a4ad37311bcb31fe1e94d538ada0ad66a782a7.zip
gcc-66a4ad37311bcb31fe1e94d538ada0ad66a782a7.tar.gz
gcc-66a4ad37311bcb31fe1e94d538ada0ad66a782a7.tar.bz2
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/doc')
-rw-r--r--gcc/doc/tm.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 4392e42..aceebf6 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -9144,7 +9144,7 @@ such cases may improve things.
@end defmac
@deftypefn {Target Hook} int TARGET_MODE_REP_EXTENDED (enum machine_mode @var{mode}, enum machine_mode @var{rep_mode})
-The representation of an intergral mode can be such that the values
+The representation of an integral mode can be such that the values
are always extended to a wider integral mode. Return
@code{SIGN_EXTEND} if values of @var{mode} are represented in
sign-extended form to @var{rep_mode}. Return @code{UNKNOWN}