From a4174ebf41fcfc398b6868b1c71f3172993f76da Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 26 Jul 2005 13:53:54 +0000 Subject: 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 --- gcc/config/crx/crx.c | 2 +- gcc/config/m32c/m32c.c | 2 +- gcc/config/m32c/m32c.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/config') 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: -- cgit v1.1