diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-10 11:55:21 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-10 11:55:21 +0000 |
commit | c112cf2bca734befb14c10e8ae1df17821505f44 (patch) | |
tree | 5af829e1813c9d326fb247778244da439b3bba47 /gcc/config/arm/bpabi.h | |
parent | 2790879fd1ea798d9914cb5c17cc6a7f86c78f6f (diff) | |
download | gcc-c112cf2bca734befb14c10e8ae1df17821505f44.tar.gz |
darwin.c, [...]: Fix comment typos.
* 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.
From-SVN: r87295
Diffstat (limited to 'gcc/config/arm/bpabi.h')
-rw-r--r-- | gcc/config/arm/bpabi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/bpabi.h b/gcc/config/arm/bpabi.h index e2be11446f8..c15257728d4 100644 --- a/gcc/config/arm/bpabi.h +++ b/gcc/config/arm/bpabi.h @@ -33,7 +33,7 @@ calling convention. */ #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) TARGET_BPABI -/* The BPABI integer comparision routines return { -1, 0, 1 }. */ +/* The BPABI integer comparison routines return { -1, 0, 1 }. */ #define TARGET_LIB_INT_CMP_BIASED !TARGET_BPABI /* Tell the assembler to build BPABI binaries. */ |