diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-10 11:55:21 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-10 11:55:21 +0000 |
commit | 84cbcde51364063247bbcc156c205cd30b0bf36b (patch) | |
tree | 5af829e1813c9d326fb247778244da439b3bba47 /gcc/config/arm/arm.h | |
parent | 4ac7fd9882162bebb64e74b2956a411c7f9ff0ed (diff) | |
download | gcc-84cbcde51364063247bbcc156c205cd30b0bf36b.tar.gz |
* config/darwin.c, config/alpha/alpha.h, config/arm/arm.c,
config/arm/arm.h, config/arm/arm.md, config/arm/bpabi.h,
config/arm/predicates.md, config/frv/frv.c, config/frv/frv.md,
config/h8300/h8300.md, config/i386/gmm_malloc.h,
config/ia64/ia64.md, config/ip2k/libgcc.S,
config/mips/mips-ps-3d.md, config/mips/mips.c,
config/rs6000/rs6000.c, config/s390/s390.c,
config/sh/symbian.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87295 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/arm.h')
-rw-r--r-- | gcc/config/arm/arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 735b182c86b..c8f88f02339 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -2059,7 +2059,7 @@ typedef struct /* Set the short-call flag for any function compiled in the current compilation unit. We skip this for functions with the section - attirubte when long-calls are in effect as this tells the compiler + attribute when long-calls are in effect as this tells the compiler that the section might be placed a long way from the caller. See arm_is_longcall_p() for more information. */ #define ARM_DECLARE_FUNCTION_SIZE(STREAM, NAME, DECL) \ |