diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-07-26 13:53:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-07-26 13:53:54 +0000 |
commit | a4174ebf41fcfc398b6868b1c71f3172993f76da (patch) | |
tree | 83ff3048fa7a8e7cb36c934689aa6162ade2a096 /gcc/config | |
parent | 783455db8ddf91d0777657edea22b3d285425e59 (diff) | |
download | gcc-a4174ebf41fcfc398b6868b1c71f3172993f76da.zip gcc-a4174ebf41fcfc398b6868b1c71f3172993f76da.tar.gz gcc-a4174ebf41fcfc398b6868b1c71f3172993f76da.tar.bz2 |
calls.c, [...]: Fix comment typos.
* calls.c, fold-const.c, ipa-reference.c, ipa-type-escape.c,
tree-ssa-reassoc.c, tree-ssa-structalias.c, vec.h,
config/crx/crx.c, config/m32c/m32c.c, config/m32c/m32c.h: Fix
comment typos.
* doc/c-tree.texi, doc/tree-ssa.texi: Fix typos.
From-SVN: r102385
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/crx/crx.c | 2 | ||||
-rw-r--r-- | gcc/config/m32c/m32c.c | 2 | ||||
-rw-r--r-- | gcc/config/m32c/m32c.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/crx/crx.c b/gcc/config/crx/crx.c index 3ff42b5..32b147d 100644 --- a/gcc/config/crx/crx.c +++ b/gcc/config/crx/crx.c @@ -1409,7 +1409,7 @@ crx_prepare_push_pop_string (int push_or_pop) | | (alloca, variable deallocated Stack | length arrays). grows +-------------------- Fp(x) - down| | Local vaiables of X + down| | Local variables of X ward| +-------------------- | | Regs saved for X-1 | +==================== Sp(x-1)=Ap(x) diff --git a/gcc/config/m32c/m32c.c b/gcc/config/m32c/m32c.c index bc4727e..a04d829 100644 --- a/gcc/config/m32c/m32c.c +++ b/gcc/config/m32c/m32c.c @@ -1978,7 +1978,7 @@ m32c_asm_integer (rtx x, unsigned int size, int aligned_p) /* Output of Assembler Instructions */ -/* We use a lookup table because the addressing modes are non-orthagonal. */ +/* We use a lookup table because the addressing modes are non-orthogonal. */ static struct { diff --git a/gcc/config/m32c/m32c.h b/gcc/config/m32c/m32c.h index cc73852..fae6c5c 100644 --- a/gcc/config/m32c/m32c.h +++ b/gcc/config/m32c/m32c.h @@ -353,7 +353,7 @@ enum reg_class #define BASE_REG_CLASS A_REGS #define INDEX_REG_CLASS NO_REGS -/* We primarily use the new "long" constraint names, with the intial +/* We primarily use the new "long" constraint names, with the initial letter classifying the constraint type and following letters specifying which. The types are: |